Skip to content

Commit

Permalink
CB-5575 change arg
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Oct 21, 2024
1 parent 488fc5a commit 78f8d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class DataGridContextMenuCellEditingService {
onClick(context) {
const source = context.data.model.source as unknown as ResultSetDataSource;
const editor = source.getAction(context.data.resultIndex, ResultSetEditAction);
editor.duplicateRow(context.data.key.row);
editor.duplicateRow(context.data.key);
},
});
this.dataGridContextMenuService.add(this.getMenuEditingToken(), {
Expand Down

0 comments on commit 78f8d93

Please sign in to comment.