diff --git a/frontend/src/components/ViewControls.vue b/frontend/src/components/ViewControls.vue index ccce681b..ac2b7c72 100644 --- a/frontend/src/components/ViewControls.vue +++ b/frontend/src/components/ViewControls.vue @@ -203,7 +203,7 @@ label: __('Export'), icon: () => h(ExportIcon, { class: 'h-4 w-4' }), onClick: () => (showExportDialog = true), - condition: () => !options.hideColumnsButton, + condition: () => !options.hideColumnsButton && route.params.viewType !== 'kanban', }, { label: __('Customize quick filters'),