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)"
|
@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'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user