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

This commit is contained in:
Dean 2022-05-10 17:18:25 +01:00
parent e773d94a5e
commit 8f09591368
1 changed files with 1 additions and 1 deletions

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."
)
}