mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:21:23 +08:00
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:
@ -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")
|
||||
|
Reference in New Issue
Block a user