1
0
Fork 0
mirror of synced 2024-06-21 11:51:00 +12:00

Fix check to create default layouts and screens

This commit is contained in:
Andrew Kingston 2021-09-27 11:30:46 +01:00
parent 6d545c6a27
commit 4c47ee9853

View file

@ -232,7 +232,7 @@ exports.create = async function (ctx) {
// Only create the default home screens and layout if we aren't importing
// an app
if (!useTemplate) {
if (useTemplate !== "true") {
await createEmptyAppPackage(ctx, newApplication)
}