mirror of
https://github.com/apache/superset.git
synced 2026-07-21 06:05:46 +00:00
feat(explore): Don't discard controls with custom sql when changing datasource (#20934)
This commit is contained in:
committed by
GitHub
parent
ec20c0104e
commit
cddc361adc
@@ -57,6 +57,7 @@ export default function OptionWrapper(
|
||||
clickClose,
|
||||
withCaret,
|
||||
isExtra,
|
||||
datasourceWarningMessage,
|
||||
canDelete = true,
|
||||
...rest
|
||||
} = props;
|
||||
@@ -176,6 +177,7 @@ export default function OptionWrapper(
|
||||
clickClose={clickClose}
|
||||
withCaret={withCaret}
|
||||
isExtra={isExtra}
|
||||
datasourceWarningMessage={datasourceWarningMessage}
|
||||
canDelete={canDelete}
|
||||
>
|
||||
<Label />
|
||||
|
||||
Reference in New Issue
Block a user