We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a10a7 commit e898127Copy full SHA for e898127
modules/@apostrophecms/area/ui/apos/components/AposBreadcrumbOperations.vue
@@ -137,7 +137,7 @@ export default {
137
listeners: this.getOperationListeners(operation),
138
name: operation.name || null,
139
action: operation.action || null,
140
- key: operation.action || operation.name,
+ key: operation.name,
141
type: operation.type,
142
modal: operation.modal || null
143
}));
0 commit comments