Add rule button icon's pt name fixed
parent
48aab0df54
commit
9c906b4122
|
@ -125,7 +125,7 @@
|
|||
:pt="getColumnPT('pcFilterAddRuleButton')"
|
||||
>
|
||||
<template #icon="iconProps">
|
||||
<component :is="filterAddIconTemplate || 'PlusIcon'" :class="iconProps.class" v-bind="getColumnPT('pcFilterAddButton')['icon']" />
|
||||
<component :is="filterAddIconTemplate || 'PlusIcon'" :class="iconProps.class" v-bind="getColumnPT('pcFilterAddRuleButton')['icon']" />
|
||||
</template>
|
||||
</Button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue