diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-16 00:34:04 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-16 00:34:04 +0000 |
| commit | f6ca0b0c4fb3c1e6d93a00fcce7cb0aee12930c0 (patch) | |
| tree | 126c6d26acb640dc35d953607459df7b0fce3a88 /apps/web/components/dashboard/search/SearchInput.tsx | |
| parent | 8f9c9036afbd036688cd2805d27328895926a8d9 (diff) | |
| download | karakeep-f6ca0b0c4fb3c1e6d93a00fcce7cb0aee12930c0.tar.zst | |
ui(web): Add an editor card inline in the bookmark grid and remove the top nav buttons
Diffstat (limited to 'apps/web/components/dashboard/search/SearchInput.tsx')
| -rw-r--r-- | apps/web/components/dashboard/search/SearchInput.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/search/SearchInput.tsx b/apps/web/components/dashboard/search/SearchInput.tsx index abb19f5e..1ca6a0ae 100644 --- a/apps/web/components/dashboard/search/SearchInput.tsx +++ b/apps/web/components/dashboard/search/SearchInput.tsx @@ -1,3 +1,5 @@ +"use client"; + import React from "react"; import { Input } from "@/components/ui/input"; import { useDoBookmarkSearch } from "@/lib/hooks/bookmark-search"; |
