Clean schema error messages while changing datasources

This commit is contained in:
Adria Navarro 2023-05-23 11:00:55 +02:00
parent 6e23d78677
commit 5681f47a38
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ export function createDatasourcesStore() {
store.update(state => ({
...state,
selectedDatasourceId: id,
// Remove any possible schema error
schemaError: null,
}))
}