Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add widget #2943

Merged
merged 15 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
Search Test
Shan-Weaviate committed Jan 21, 2025
commit 6a133f30fa4ef5539919c914bc76166ec5654a70
4 changes: 2 additions & 2 deletions src/theme/SearchBar.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ useEffect(() => {
setIsApple(true);
}
}, [])
return (
return null /* (
<>
<CommandMenu open={open} setOpen={setOpen} />
<div className='searchBox'>
@@ -27,5 +27,5 @@ return (
</button>
</div>
</>
);
); */
}