Skip to content
Snippets Groups Projects
Commit f9e4afa3 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

update poll to post status form on deleting option

parent 9726edd8
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1204Fix #903: update poll to post-status-form on deleting option
Pipeline #29025 passed
......@@ -75,6 +75,7 @@ export default {
deleteOption (index, event) {
if (this.options.length > 2) {
this.options.splice(index, 1)
this.updatePollToParent()
}
},
convertExpiryToUnit (unit, amount) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment