Skip to content
Snippets Groups Projects

Fix #903: update poll to post-status-form on deleting option

Merged Fix #903: update poll to post-status-form on deleting option
Merged Shpuld Shpludson requested to merge fix/poll-option-delete into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -75,6 +75,7 @@ export default {
deleteOption (index, event) {
if (this.options.length > 2) {
this.options.splice(index, 1)
this.updatePollToParent()
}
},
convertExpiryToUnit (unit, amount) {
Loading