1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

Display error

This commit is contained in:
Adria Navarro 2024-07-31 16:56:14 +02:00
parent b74841d99d
commit 38da9012ea

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()
} }