aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll_form.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/poll/poll_form.js')
-rw-r--r--src/components/poll/poll_form.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll_form.js b/src/components/poll/poll_form.js
index c0c1ccf7..df93f038 100644
--- a/src/components/poll/poll_form.js
+++ b/src/components/poll/poll_form.js
@@ -75,6 +75,7 @@ export default {
deleteOption (index, event) {
if (this.options.length > 2) {
this.options.splice(index, 1)
+ this.updatePollToParent()
}
},
convertExpiryToUnit (unit, amount) {