fix(File): Change delete Icon
This commit is contained in:
parent
328d4763e5
commit
add397a3ed
1 changed files with 3 additions and 1 deletions
|
|
@ -60,12 +60,14 @@
|
|||
class="btn btn-crop muted"
|
||||
@click="emit('toggle_image_cropper')"
|
||||
v-html="frappe.utils.icon('crop', 'md')"
|
||||
:title="__('Crop')"
|
||||
></button>
|
||||
<button
|
||||
v-if="!uploaded && !file.uploading && !file.failed"
|
||||
class="btn muted"
|
||||
@click="emit('remove')"
|
||||
v-html="frappe.utils.icon('delete', 'md')"
|
||||
v-html="frappe.utils.icon('x', 'md')"
|
||||
:title="__('Remove')"
|
||||
></button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue