Skip to content

Commit

Permalink
adjust remove step action name
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Aug 2, 2024
1 parent d6653aa commit 5f45a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class RemoveStepAction extends UndoRedoAction {
}

get name() {
return `remove step ${this.step.label ?? this.step.name}`;
return `remove step "${this.step.id} ${this.step.label ?? this.step.name}"`;
}

run() {
Expand Down

0 comments on commit 5f45a80

Please sign in to comment.