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 03f8f3a commit 49e1941Copy full SHA for 49e1941
client/src/components/History/HistoryList.vue
@@ -189,9 +189,9 @@ const {
189
);
190
await onDeleteHistory();
191
},
192
- expectedKeyDownClass: "history-card",
+ expectedKeyDownClass: "history-card-in-list",
193
getAttributeForRangeSelection(item) {
194
- return `g-card-${item.id}`;
+ return `g-card-history-${item.id}`;
195
196
});
197
client/src/components/Workflow/List/WorkflowList.vue
@@ -138,7 +138,7 @@ const {
138
139
deleteInModal();
140
141
- expectedKeyDownClass: "workflow-card",
+ expectedKeyDownClass: "workflow-card-in-list",
142
143
return `g-card-${item.id}`;
144
0 commit comments