Skip to content

Commit e898127

Browse files
authored
uses operation name for key and id (test purpose) (#5129)
1 parent 61a10a7 commit e898127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/@apostrophecms/area/ui/apos/components/AposBreadcrumbOperations.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default {
137137
listeners: this.getOperationListeners(operation),
138138
name: operation.name || null,
139139
action: operation.action || null,
140-
key: operation.action || operation.name,
140+
key: operation.name,
141141
type: operation.type,
142142
modal: operation.modal || null
143143
}));

0 commit comments

Comments
 (0)