mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
fix: select table overlay (#13694)
This commit is contained in:
@@ -326,6 +326,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
|
||||
optionRenderer={renderTableOption}
|
||||
valueRenderer={renderTableOption}
|
||||
isDisabled={readOnly}
|
||||
menuPosition="fixed"
|
||||
/>
|
||||
);
|
||||
} else if (formMode) {
|
||||
|
||||
Reference in New Issue
Block a user