1
0
Fork 0
mirror of synced 2024-08-17 19:11:52 +12:00

packages/builder/src/components/start/CreateAppModal.svelte

This commit is contained in:
Dean 2022-05-10 17:18:25 +01:00
parent 407dfc0dcb
commit eb8b086d2c

View file

@ -116,7 +116,7 @@
await store.actions.screens.save(defaultScreenTemplate)
} catch (err) {
console.error("Could not create a default application screen", err)
notifications.warn(
notifications.warning(
"Encountered an issue creating the default screen."
)
}