PR comments.
This commit is contained in:
parent
115a67cfd6
commit
fd29b8d949
|
@ -5,4 +5,5 @@ package-lock.json
|
|||
release/
|
||||
dist/
|
||||
routify
|
||||
.routify/
|
||||
.routify/
|
||||
svelte.config.js
|
||||
|
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue