feat(categories): allow disabling preselection
All checks were successful
Staging Build / build (push) Successful in 2m45s

This commit is contained in:
DanielS
2026-07-09 14:10:25 +02:00
parent bffaca1d63
commit 07c7d8c656
4 changed files with 50 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ export type Category = {
is_required: boolean
allow_multiselect: boolean
free_items_limit: number
preselect: boolean
created_at: string
}