reset connectionTestError on data source modal exit (#1295)

This commit is contained in:
Jayden-Chiu 2021-10-26 03:15:58 -04:00 committed by GitHub
parent 8c3a9cbf2b
commit 206d4f0cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ class DataSourceManager extends React.Component {
dataSourceMeta: {},
selectedDataSource: null,
options: {},
connectionTestError: null,
});
};