Display error

This commit is contained in:
Adria Navarro 2024-07-31 16:56:14 +02:00
parent b74841d99d
commit 38da9012ea
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
await datasources.fetch() await datasources.fetch()
await afterSave(table) await afterSave(table)
} catch (e) { } catch (e) {
notifications.error(e) notifications.error(e.message || e)
// reload in case the table was created // reload in case the table was created
await tables.fetch() await tables.fetch()
} }