There was an error while loading. Please reload this page.
1 parent 9708688 commit 525328eCopy full SHA for 525328e
ui/src/components/data-source-panel.tsx
@@ -546,7 +546,7 @@ export default class DataSourcePanel extends React.Component<DataSourcePanelProp
546
}
547
548
submit = () => {
549
- if (!this.state.selectedDataSource || this.state.isAdding) return;
+ if (!this.state.selectedDataSource || this.state.isLoading) return;
550
551
let config = {};
552
this.state.selectedDataSource.configFields.forEach(field => {
0 commit comments