PR comments.

This commit is contained in:
mike12345567 2023-10-26 17:27:40 +01:00
parent 115a67cfd6
commit fd29b8d949
2 changed files with 3 additions and 2 deletions

View File

@ -6,3 +6,4 @@ release/
dist/
routify
.routify/
svelte.config.js

View File

@ -47,7 +47,7 @@
tables.replaceTable(id, e.detail)
// We need to refresh datasources when an external table changes.
if (e.detail?.sourceType === DB_TYPE_EXTERNAL || e.detail?.sql) {
if (e.detail?.sourceType === DB_TYPE_EXTERNAL) {
await datasources.fetch()
}
}