Skip to content

Commit 4c3aae7

Browse files
authored
fix(sqllab): Allow clear on schema and catalog (apache#32515)
1 parent c5dd52b commit 4c3aae7

File tree

1 file changed

+2
-0
lines changed
  • superset-frontend/src/components/DatabaseSelector

1 file changed

+2
-0
lines changed

superset-frontend/src/components/DatabaseSelector/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ export default function DatabaseSelector({
406406
options={catalogOptions}
407407
showSearch
408408
value={currentCatalog || undefined}
409+
allowClear
409410
/>,
410411
refreshIcon,
411412
);
@@ -432,6 +433,7 @@ export default function DatabaseSelector({
432433
options={schemaOptions}
433434
showSearch
434435
value={currentSchema}
436+
allowClear
435437
/>,
436438
refreshIcon,
437439
);

0 commit comments

Comments
 (0)