Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat(#471): two answers per default
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 18, 2019
1 parent 4b0f3d6 commit 131e2bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class AppPollOptions {
private valid: boolean = false;

componentWillLoad() {
this.answers = Array.from({length: 3}, (_v, _i) => '');
this.answers = Array.from({length: 2}, (_v, _i) => '');

}

Expand Down

0 comments on commit 131e2bb

Please sign in to comment.