fix: clear All x button is called twice

This commit is contained in:
Shariq Ansari 2024-05-30 19:05:40 +05:30
parent 20241dd735
commit 5d234965d5

View File

@ -15,11 +15,13 @@
</template>
</Button>
<Tooltip v-if="filters?.size" :text="__('Clear all Filter')">
<Button
class="rounded-l-none border-l"
icon="x"
@click.stop="clearfilter(false)"
/>
<span>
<Button
class="rounded-l-none border-l"
icon="x"
@click.stop="clearfilter(false)"
/>
</span>
</Tooltip>
</template>
<template #body="{ close }">