diff --git a/app/client/src/components/editorComponents/GlobalSearch/index.tsx b/app/client/src/components/editorComponents/GlobalSearch/index.tsx index a9a4624b07..b800901908 100644 --- a/app/client/src/components/editorComponents/GlobalSearch/index.tsx +++ b/app/client/src/components/editorComponents/GlobalSearch/index.tsx @@ -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;