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)"
|
||||
/>
|
||||
<Dropdown
|
||||
v-if="!options.hideColumnsButton"
|
||||
v-if="
|
||||
!options.hideColumnsButton && route.params.viewType !== 'kanban'
|
||||
"
|
||||
:options="[
|
||||
{
|
||||
group: __('Options'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user