1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13: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 ec2f727af3
commit 74b243c362

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