mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
feat: set auto layout compute to true for new apps
This commit is contained in:
parent
8bc0318e10
commit
05fb9e74b0
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ export class AppsService {
|
|||
handle: 'home',
|
||||
appVersionId: appVersion.id,
|
||||
index: 1,
|
||||
autoComputeLayout: true,
|
||||
})
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue