Skip to content

Commit 0a021db

Browse files
committed
remove keyword
1 parent 9506ff7 commit 0a021db

File tree

1 file changed

+1
-1
lines changed
  • superset-frontend/src/components/TableSelector

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
297297
<Select
298298
ariaLabel={t('Select table or type table name')}
299299
disabled={disabled}
300-
filterOption={keyword ? true : handleFilterOption}
300+
filterOption={handleFilterOption}
301301
header={header}
302302
labelInValue
303303
loading={loadingTables}

0 commit comments

Comments
 (0)