Fix check to create default layouts and screens
This commit is contained in:
parent
ec2f727af3
commit
74b243c362
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue