Skip to content

Commit

Permalink
Fix clone name
Browse files Browse the repository at this point in the history
  • Loading branch information
nfour committed Nov 14, 2023
1 parent 4b3f4ac commit 3e17421
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/scenarios/src/__state/ScenariosState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ export class ScenariosState<
metadata: {},
data: {
...scenario.data,
[this.config.scenarioDataNameKey]: `${scenario.data.Name} CLONE`,
[this.config.scenarioDataNameKey]: `${
scenario.data[this.config.scenarioDataNameKey]
} CLONE`,
},
});

Expand Down

0 comments on commit 3e17421

Please sign in to comment.