Merge branch 'fix/poll-option-delete' into 'develop'

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

Closes #903

See merge request pleroma/pleroma-fe!1204
This commit is contained in:
lain 2020-07-27 14:45:15 +00:00
commit 5be55b6162

View file

@ -75,6 +75,7 @@ export default {
deleteOption (index, event) {
if (this.options.length > 2) {
this.options.splice(index, 1)
this.updatePollToParent()
}
},
convertExpiryToUnit (unit, amount) {