1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

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

View file

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