Skip to content

Commit

Permalink
chore(dashboard): fixed ts issue with step slug
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Nov 7, 2024
1 parent 8cb5115 commit 10e5199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const STEP_NAME_BY_TYPE: Record<StepTypeEnum, string> = {
const createStep = (type: StepTypeEnum): Step => ({
name: STEP_NAME_BY_TYPE[type],
stepId: '',
slug: '_stp_',
slug: '_st_',
type,
_id: crypto.randomUUID(),
});
Expand Down

0 comments on commit 10e5199

Please sign in to comment.