We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9506ff7 commit 0a021dbCopy full SHA for 0a021db
superset-frontend/src/components/TableSelector/index.tsx
@@ -297,7 +297,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
297
<Select
298
ariaLabel={t('Select table or type table name')}
299
disabled={disabled}
300
- filterOption={keyword ? true : handleFilterOption}
+ filterOption={handleFilterOption}
301
header={header}
302
labelInValue
303
loading={loadingTables}
0 commit comments