cleanup
This commit is contained in:
parent
fcf53d640f
commit
60d75c1ec7
2 changed files with 2 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ const PostStatusForm = {
|
|||
// Error handling
|
||||
pollContentError() {
|
||||
return (
|
||||
this.pollFormVisible && this.newStatus.poll && this.newStatus.poll.error
|
||||
this.pollFormVisible && this.newStatus.poll?.error
|
||||
)
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
size="1"
|
||||
class="input"
|
||||
:placeholder="$t('post_status.quote_url')"
|
||||
:aria-label="$t('post_status.quote_url')"
|
||||
>
|
||||
</div>
|
||||
<Quote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue