hotfix: fixed js syntax error

pull/4735/head
Scott Anderson 2023-01-31 13:54:18 -07:00
parent 08b40beab4
commit d289962a5c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ docsearch({
return 'Cloud';
} else if (version === 'cloud-iox') {
return 'Cloud (IOx)';
| else if (/v\d\./.test(version)) {
} else if (/v\d\./.test(version)) {
return version;
} else {
return '';