Merge pull request #627 from frappe/develop

chore: Merge develop to main
This commit is contained in:
Shariq Ansari 2025-03-02 16:10:13 +05:30 committed by GitHub
commit 2a9a806e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'),