Skip to content

Commit

Permalink
chore: show filter button on config panel
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Aug 4, 2024
1 parent ba1c876 commit 6b8e17a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/config-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useConfig, useUndoManager, useYDoc } from "../state";
import { fileToYDoc } from "../utils";
import { ConnectButton } from "./connect-button";
import { ExportButton } from "./export-button";
import { FilterButton } from "./filter-button";
import { FullScreenDropZone } from "./full-screen-drop-zone";
import { LoadButton } from "./load-button";
import { Button } from "./ui/button";
Expand Down Expand Up @@ -115,6 +116,7 @@ export function ConfigPanel() {
</Button>
</div>
)}
<FilterButton />

<ExportButton />

Expand Down

0 comments on commit 6b8e17a

Please sign in to comment.