Skip to content

Commit

Permalink
Revert "fix: select table overlay (apache#13694)" (apache#13901)
Browse files Browse the repository at this point in the history
This reverts commit b247279.

(cherry picked from commit 5315d2c)
  • Loading branch information
Erik Ritter authored and henryyeh committed Apr 6, 2021
1 parent df04b66 commit 258923e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -245,7 +245,6 @@ export default function DatabaseSelector({
placeholder={t('Select a database')}
autoSelect
isDisabled={!isDatabaseSelectEnabled || readOnly}
menuPosition="fixed"
/>,
null,
);
Expand Down
1 change: 0 additions & 1 deletion superset-frontend/src/components/TableSelector/index.tsx
Expand Up @@ -326,7 +326,6 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
optionRenderer={renderTableOption}
valueRenderer={renderTableOption}
isDisabled={readOnly}
menuPosition="fixed"
/>
);
} else if (formMode) {
Expand Down

0 comments on commit 258923e

Please sign in to comment.