diff options
| author | Roger Braun <roger@rogerbraun.net> | 2018-11-08 19:34:59 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2018-11-08 19:34:59 +0100 |
| commit | 2c2c4452b93efa53ff03e871e525b3a096855063 (patch) | |
| tree | 020cf32f070a5dcf6a74e99643ab7048d6d7c404 /src | |
| parent | a1962a610aa44a0dae20378889a29311af5b8fd4 (diff) | |
Fix posting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index af7d8810..c0e34d72 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -226,6 +226,7 @@ const PostStatusForm = { if (!data.error) { this.newStatus = { status: '', + spoilerText: '', files: [], visibility: newStatus.visibility, contentType: newStatus.contentType |
