Added disk as option and moved toggle

This commit is contained in:
Liv
2024-01-12 21:27:20 +01:00
parent d822d057a3
commit 8db4424df5
4 changed files with 20 additions and 9 deletions
+2
View File
@@ -24,6 +24,7 @@ const BleedingSchema = {
underwear: { type: 'bool', optional: true },
cup: { type: 'bool', optional: true },
softTampon: { type: 'bool', optional: true },
disk: { type: 'bool', optional: true },
none: { type: 'bool', optional: true },
other: { type: 'bool', optional: true },
note: { type: 'string', optional: true },
@@ -184,6 +185,7 @@ export default {
newObjects[i].underwear = false
newObjects[i].cup = false
newObjects[i].softTampon = false
newObjects[i].disk = false
newObjects[i].none = false
newObjects[i].other = false
newObjects[i].note = null