fix: omnibar design (#26613)
This commit is contained in:
parent
d333638168
commit
5b0ae2a842
|
|
@ -449,8 +449,8 @@ function GlobalSearch() {
|
|||
};
|
||||
|
||||
const showDescription = useMemo(() => {
|
||||
return isMenu(category) && query;
|
||||
}, [category, query]);
|
||||
return false;
|
||||
}, []);
|
||||
|
||||
const activeItemType = useMemo(() => {
|
||||
return activeItem ? getItemType(activeItem) : undefined;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user