fix issue on posting another status

This commit is contained in:
Shpuld Shpuldson 2020-07-07 11:31:24 +03:00
parent e3991db5c4
commit 84d728b970
1 changed files with 3 additions and 2 deletions

View File

@ -230,7 +230,8 @@ const PostStatusForm = {
files: [],
visibility: newStatus.visibility,
contentType: newStatus.contentType,
poll: {}
poll: {},
mediaDescriptions: {}
}
this.pollFormVisible = false
this.$refs.mediaUpload.clearFile()
@ -240,7 +241,7 @@ const PostStatusForm = {
el.style.height = 'auto'
el.style.height = undefined
this.error = null
this.previewStatus()
if (this.preview) this.previewStatus()
} else {
this.error = data.error
}