diff --git a/packages/builder/src/stores/backend/datasources.js b/packages/builder/src/stores/backend/datasources.js index ed84bb8ee9..576b4d8b76 100644 --- a/packages/builder/src/stores/backend/datasources.js +++ b/packages/builder/src/stores/backend/datasources.js @@ -25,6 +25,8 @@ export function createDatasourcesStore() { store.update(state => ({ ...state, selectedDatasourceId: id, + // Remove any possible schema error + schemaError: null, })) }