Skip to content
Snippets Groups Projects
Commit 1bbd1bdf authored by jojohoch's avatar jojohoch
Browse files

[editor] Fix answer scheme for toggle button

parent cd1b6549
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ export class ToggleButtonElement extends InputElement implements ToggleButtonPro
type: 'integer',
format: '',
multiple: false,
nullable: !this.value && this.value === 0,
nullable: false,
values: this.getAnswerSchemeValues(),
valuesComplete: true
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment