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