This commit is contained in:
Dave Richer
2023-12-11 17:34:05 -05:00
parent 5c164f807d
commit ad79344709
87 changed files with 1100 additions and 1113 deletions

View File

@@ -201,7 +201,7 @@ export default function GlobalSearchOs() {
onSearch={handleSearch}
defaultActiveFirstOption
onSelect={(val, opt) => {
history.push(opt.label.props.to);
history(opt.label.props.to);
}}
onClear={() => setData([])}
>

View File

@@ -186,7 +186,7 @@ export default function GlobalSearch() {
onSearch={handleSearch}
defaultActiveFirstOption
onSelect={(val, opt) => {
history.push(opt.label.props.to);
history(opt.label.props.to);
}}
>
<Input.Search