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