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"
|
class="alert error"
|
||||||
>
|
>
|
||||||
Error: {{ error }}
|
Error: {{ error }}
|
||||||
<FAIcon
|
<button
|
||||||
class="fa-scale-110 fa-old-padding"
|
class="button-unstyled"
|
||||||
icon="times"
|
|
||||||
@click="clearError"
|
@click="clearError"
|
||||||
/>
|
>
|
||||||
|
<FAIcon
|
||||||
|
class="fa-scale-110 fa-old-padding"
|
||||||
|
icon="times"
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<gallery
|
<gallery
|
||||||
v-if="newStatus.files && newStatus.files.length > 0"
|
v-if="newStatus.files && newStatus.files.length > 0"
|
||||||
|
|
Loading…
Reference in a new issue