Skip to content

Commit

Permalink
fix: Selection Table panels should render filter bar if there is an i…
Browse files Browse the repository at this point in the history
…tem filter
  • Loading branch information
mrdjohnson committed Jun 17, 2024
1 parent a8c2e79 commit 31b30b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionTablePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const SelectionPanelTable = observer(

return (
<>
{onFilterChanged && (
{itemFilter && (
<label className="flex w-full flex-row gap-2">
<input
type="text"
Expand Down

0 comments on commit 31b30b8

Please sign in to comment.