feat(category): add resets_others option
All checks were successful
Staging Build / build (push) Successful in 2m46s

This commit is contained in:
DanielS
2026-07-09 17:27:16 +02:00
parent 567d1f226b
commit 6b35917a06
5 changed files with 124 additions and 42 deletions

View File

@@ -31,6 +31,7 @@ export type Category = {
preselect: boolean
show_in_kauf?: boolean
show_in_abo?: boolean
resets_others: boolean
created_at: string
}