Skip to content

Commit

Permalink
Update src/plugins/data_source_management/public/components/data_sour…
Browse files Browse the repository at this point in the history
…ce_view/data_source_view.tsx

Co-authored-by: Lu Yu <[email protected]>
Signed-off-by: ZilongX <[email protected]>
  • Loading branch information
ZilongX and BionIT authored Jul 23, 2024
1 parent 1f445ef commit f324748
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export class DataSourceView extends React.Component<DataSourceViewProps, DataSou
selectedOption: [],
});
this.onSelectedDataSources([]);
return;
}

if (!this._isMounted) return;
Expand Down

0 comments on commit f324748

Please sign in to comment.