This reverts commit b247279ffe.
This commit is contained in:
parent
6fd62e3f7e
commit
5315d2cc2d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue