forked from AkkomaGang/akkoma-fe
fix invalid end tag on input element
This commit is contained in:
parent
2c6ec37e6a
commit
1ff55e17b1
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
|||
:href="file.url"
|
||||
>{{ file.url }}</a>
|
||||
</div>
|
||||
<input type="text" :placeholder="$t('post_status.media_description')" v-model="newStatus.mediaDescriptions[file.id]"></input>
|
||||
<input type="text" :placeholder="$t('post_status.media_description')" v-model="newStatus.mediaDescriptions[file.id]">
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue