packages/builder/src/components/start/CreateAppModal.svelte
This commit is contained in:
parent
e773d94a5e
commit
8f09591368
|
@ -116,7 +116,7 @@
|
||||||
await store.actions.screens.save(defaultScreenTemplate)
|
await store.actions.screens.save(defaultScreenTemplate)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error("Could not create a default application screen", err)
|
console.error("Could not create a default application screen", err)
|
||||||
notifications.warn(
|
notifications.warning(
|
||||||
"Encountered an issue creating the default screen."
|
"Encountered an issue creating the default screen."
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue