mirror of
https://github.com/apache/superset.git
synced 2026-06-04 23:29:24 +00:00
This reverts commit b247279ffe.
This commit is contained in:
@@ -245,7 +245,6 @@ export default function DatabaseSelector({
|
||||
placeholder={t('Select a database')}
|
||||
autoSelect
|
||||
isDisabled={!isDatabaseSelectEnabled || readOnly}
|
||||
menuPosition="fixed"
|
||||
/>,
|
||||
null,
|
||||
);
|
||||
|
||||
@@ -326,7 +326,6 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
|
||||
optionRenderer={renderTableOption}
|
||||
valueRenderer={renderTableOption}
|
||||
isDisabled={readOnly}
|
||||
menuPosition="fixed"
|
||||
/>
|
||||
);
|
||||
} else if (formMode) {
|
||||
|
||||
Reference in New Issue
Block a user