fix: increased group limit
This commit is contained in:
parent
efe21887ff
commit
b00559128d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
let { data, form }: Props = $props();
|
let { data, form }: Props = $props();
|
||||||
|
|
||||||
let limit = 4;
|
let limit = 6;
|
||||||
|
|
||||||
let name = $state('');
|
let name = $state('');
|
||||||
let submitting = $state(false);
|
let submitting = $state(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue