Skip to content

Commit 3b41802

Browse files
committed
making the rlang id match python
Signed-off-by: Elijah Cúchulainn Reid <[email protected]>
1 parent 9e1b66a commit 3b41802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/ContentNavigator/convert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const stepRef: Record<string, string> = {
2020
sas: "a7190700-f59c-4a94-afe2-214ce639fcde",
2121
sql: "a7190700-f59c-4a94-afe2-214ce639fcde",
2222
python: "ab59f8c4-af9a-4608-a5d5-a8365357bb99",
23-
rlang: "ab59f8c4-af9a-4608-a5d6-a8365357bb98",
23+
rlang: "ab59f8c4-af9a-4608-a5d5-a8365357bb99",
2424
};
2525

2626
const stepTitle: Record<string, string> = {

0 commit comments

Comments
 (0)