forked from AkkomaGang/akkoma-fe
fix error clear icon
This commit is contained in:
parent
1c60609547
commit
70593e71e6
1 changed files with 8 additions and 4 deletions
|
@ -282,11 +282,15 @@
|
|||
class="alert error"
|
||||
>
|
||||
Error: {{ error }}
|
||||
<button
|
||||
class="button-unstyled"
|
||||
@click="clearError"
|
||||
>
|
||||
<FAIcon
|
||||
class="fa-scale-110 fa-old-padding"
|
||||
icon="times"
|
||||
@click="clearError"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
<gallery
|
||||
v-if="newStatus.files && newStatus.files.length > 0"
|
||||
|
|
Loading…
Reference in a new issue