Skip to content

Commit 904b64d

Browse files
committed
Uncommented out the search bar field
1 parent 17a49ed commit 904b64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/JsonView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function JsonView({ children }: { children: React.ReactNode }) {
1212
<div className="flex-1 pr-2 min-w-0">
1313
<PathBar />
1414
</div>
15-
{/* <SearchBar /> */}
15+
<SearchBar />
1616
</div>
1717

1818
{children}

0 commit comments

Comments
 (0)