fix: clear All x button is called twice
This commit is contained in:
parent
20241dd735
commit
5d234965d5
@ -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 }">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user