forked from AkkomaGang/akkoma-fe
Fix posting.
This commit is contained in:
parent
a1962a610a
commit
2c2c4452b9
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ const PostStatusForm = {
|
|||
if (!data.error) {
|
||||
this.newStatus = {
|
||||
status: '',
|
||||
spoilerText: '',
|
||||
files: [],
|
||||
visibility: newStatus.visibility,
|
||||
contentType: newStatus.contentType
|
||||
|
|
Loading…
Reference in a new issue