Added disk as option and moved toggle

This commit is contained in:
Liv
2024-01-12 21:27:20 +01:00
committed by bl00dymarie
parent d86f3ec9eb
commit 3b34ce7134
4 changed files with 20 additions and 0 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