diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-30 01:24:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-30 01:24:17 +0300 |
| commit | 70593e71e642b1f1ea323f2f3b7dc67984f24abb (patch) | |
| tree | d9f05145b2d4521900889e82c26e9c8689f7d888 /src/components/post_status_form | |
| parent | 1c606095473ce4ac4708a836f924f8a0c3c07eba (diff) | |
fix error clear icon
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 8c0b74a3..0fdb6dc7 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -282,11 +282,15 @@ class="alert error" > Error: {{ error }} - <FAIcon - class="fa-scale-110 fa-old-padding" - icon="times" + <button + class="button-unstyled" @click="clearError" - /> + > + <FAIcon + class="fa-scale-110 fa-old-padding" + icon="times" + /> + </button> </div> <gallery v-if="newStatus.files && newStatus.files.length > 0" |
