fix: show customize quick filter in kanban if manager
This commit is contained in:
parent
7a99e80ccf
commit
690fe5fc8f
@ -193,7 +193,7 @@
|
||||
@update="(isDefault) => updateColumns(isDefault)"
|
||||
/>
|
||||
<Dropdown
|
||||
v-if="route.params.viewType !== 'kanban'"
|
||||
v-if="route.params.viewType !== 'kanban' || isManager()"
|
||||
:options="[
|
||||
{
|
||||
group: __('Options'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user