Commented out search bar UI
This commit is contained in:
@@ -12,7 +12,7 @@ export function JsonView({ children }: { children: React.ReactNode }) {
|
||||
<div className="flex-1 pr-2 min-w-0">
|
||||
<PathBar />
|
||||
</div>
|
||||
<SearchBar />
|
||||
{/* <SearchBar /> */}
|
||||
</div>
|
||||
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user