fix: do not allow export in kanban view

This commit is contained in:
Shariq Ansari 2024-07-01 13:46:57 +05:30
parent 3feb8b322c
commit 11f244a05a

View File

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