FIX: Set default value for poll result field (#10178)

This commit is contained in:
Bianca Nenciu
2020-07-07 17:23:21 +03:00
committed by GitHub
parent 57d46694c5
commit 10e2578751
2 changed files with 15 additions and 9 deletions

View File

@ -350,6 +350,7 @@ export default Controller.extend({
pollStep: 1,
autoClose: false,
chartType: BAR_CHART_TYPE,
pollResult: this.alwaysPollResult,
pollGroups: null,
date: moment()
.add(1, "day")