Merge pull request #627 from frappe/develop
chore: Merge develop to main
This commit is contained in:
commit
2a9a806e81
@ -203,7 +203,7 @@
|
|||||||
label: __('Export'),
|
label: __('Export'),
|
||||||
icon: () => h(ExportIcon, { class: 'h-4 w-4' }),
|
icon: () => h(ExportIcon, { class: 'h-4 w-4' }),
|
||||||
onClick: () => (showExportDialog = true),
|
onClick: () => (showExportDialog = true),
|
||||||
condition: () => !options.hideColumnsButton,
|
condition: () => !options.hideColumnsButton && route.params.viewType !== 'kanban',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: __('Customize quick filters'),
|
label: __('Customize quick filters'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user