Skip to content

Commit 3209ce7

Browse files
authored
Merge pull request #887 from visualize-admin/feat/small-fixes
2 parents 6b5bb3d + 314c035 commit 3209ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/configurator/components/dataset-browse.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export const SearchDatasetControls = ({
414414
},
415415
];
416416

417-
const isSearching = search !== "";
417+
const isSearching = search !== "" && search !== undefined;
418418

419419
const onToggleIncludeDrafts = useEvent(async () => {
420420
setIncludeDrafts(!includeDrafts);

0 commit comments

Comments
 (0)