1
0
forked from test/crm

fix: show customize quick filter in kanban if manager

This commit is contained in:
Shariq Ansari 2025-03-02 14:32:29 +05:30
parent 7a99e80ccf
commit 690fe5fc8f

View File

@ -193,7 +193,7 @@
@update="(isDefault) => updateColumns(isDefault)" @update="(isDefault) => updateColumns(isDefault)"
/> />
<Dropdown <Dropdown
v-if="route.params.viewType !== 'kanban'" v-if="route.params.viewType !== 'kanban' || isManager()"
:options="[ :options="[
{ {
group: __('Options'), group: __('Options'),