mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
reset connectionTestError on data source modal exit (#1295)
This commit is contained in:
parent
8c3a9cbf2b
commit
206d4f0cef
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class DataSourceManager extends React.Component {
|
|||
dataSourceMeta: {},
|
||||
selectedDataSource: null,
|
||||
options: {},
|
||||
connectionTestError: null,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue