Add rule button icon's pt name fixed

pull/5806/head
tugcekucukoglu 2024-05-22 16:46:20 +03:00
parent 48aab0df54
commit 9c906b4122
1 changed files with 1 additions and 1 deletions

View File

@ -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>