mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 22:11:26 +08:00
FIX: Set default value for poll result field (#10178)
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user