Skip to content

Commit

Permalink
Datasets:
Browse files Browse the repository at this point in the history
- If saving a dataset from a query do not show alert message in the control panel
  • Loading branch information
Antonio-RiveroMartnez committed Sep 12, 2022
1 parent 9c285da commit d3d40a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ export const ControlPanelsContainer = (props: ControlPanelsContainerProps) => {
useEffect(() => {
if (
prevDatasource &&
prevDatasource.type !== DatasourceType.Query &&
(props.exploreState.datasource?.id !== prevDatasource.id ||
props.exploreState.datasource?.type !== prevDatasource.type)
) {
Expand Down

0 comments on commit d3d40a6

Please sign in to comment.