fix: increased group limit

This commit is contained in:
glazk0 2025-01-28 21:58:47 +01:00
parent efe21887ff
commit b00559128d
No known key found for this signature in database

View file

@ -21,7 +21,7 @@
let { data, form }: Props = $props();
let limit = 4;
let limit = 6;
let name = $state('');
let submitting = $state(false);