packages/builder/src/components/start/CreateAppModal.svelte
This commit is contained in:
parent
407dfc0dcb
commit
eb8b086d2c
|
@ -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."
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue