Fix poll crash
This commit is contained in:
parent
1a989d0661
commit
6bc1d10ae9
|
@ -259,7 +259,7 @@ const PostStatusForm = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const poll = this.pollFormVisible ? this.poll : {}
|
const poll = this.pollFormVisible ? this.newStatus.poll : {}
|
||||||
|
|
||||||
this.posting = true
|
this.posting = true
|
||||||
statusPoster.postStatus({
|
statusPoster.postStatus({
|
||||||
|
|
Loading…
Reference in New Issue