Merge pull request #971 from h3poteto/iss-969
fixes #969 Clear polls after close new toot modal
This commit is contained in:
commit
ca66748640
|
@ -229,7 +229,8 @@ export default {
|
|||
methods: {
|
||||
close() {
|
||||
this.filteredAccount = []
|
||||
this.polls = ['', '']
|
||||
this.openPoll = false
|
||||
this.polls = []
|
||||
this.pollExpire = {
|
||||
label: this.$t('modals.new_toot.poll.expires.1_day'),
|
||||
value: 3600 * 24
|
||||
|
|
Loading…
Reference in New Issue