feat: set auto layout compute to true for new apps

This commit is contained in:
Johnson Cherian 2024-03-12 11:16:13 +05:30
parent 8bc0318e10
commit 05fb9e74b0

View file

@ -132,6 +132,7 @@ export class AppsService {
handle: 'home',
appVersionId: appVersion.id,
index: 1,
autoComputeLayout: true,
})
);