Merge pull request #626 from frappe/develop

chore: Merge develop to main
This commit is contained in:
Shariq Ansari 2025-03-02 14:33:23 +05:30 committed by GitHub
commit 4c4bd640a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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