1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +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) 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."
) )
} }