Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -113,7 +113,7 @@ |
113 | 113 | componentProps: { |
114 | 114 | options: [ |
115 | 115 | { label: `${boolClose}-0`, value: 0 }, |
116 | - { label: `${boolOpen}-0`, value: 1 }, | |
116 | + { label: `${boolOpen}-1`, value: 1 }, | |
117 | 117 | ], |
118 | 118 | onChange: (value: string) => { |
119 | 119 | syncValue(identifier, value); | ... | ... |