fix: do not allow export in kanban view
This commit is contained in:
parent
3feb8b322c
commit
11f244a05a
@ -181,7 +181,9 @@
|
|||||||
@update="(isDefault) => updateColumns(isDefault)"
|
@update="(isDefault) => updateColumns(isDefault)"
|
||||||
/>
|
/>
|
||||||
<Dropdown
|
<Dropdown
|
||||||
v-if="!options.hideColumnsButton"
|
v-if="
|
||||||
|
!options.hideColumnsButton && route.params.viewType !== 'kanban'
|
||||||
|
"
|
||||||
:options="[
|
:options="[
|
||||||
{
|
{
|
||||||
group: __('Options'),
|
group: __('Options'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user