mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 21:26:33 +00:00
fix: createLayout passes 0 for legacy NOT NULL template_id
This commit is contained in:
parent
533412a826
commit
b8f934b2be
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ export class Repository {
|
||||||
).run(
|
).run(
|
||||||
input.name,
|
input.name,
|
||||||
input.description ?? null,
|
input.description ?? null,
|
||||||
null,
|
0,
|
||||||
J([]),
|
J([]),
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue