Revert "FIX: Set default value for poll result field (#10044)"

This reverts commit 40de5352248df3e17c7d790f5a0c89a2162cca46.

Sadly this appears to break the JS test suite
This commit is contained in:
Sam Saffron
2020-07-07 10:24:37 +10:00
parent 556f7dc9c0
commit 9075d5a9f5
2 changed files with 0 additions and 6 deletions

View File

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