[HOTFIX] Fix step index type
This commit is contained in:
@ -43,8 +43,8 @@
|
||||
"/certificate/verify/front-end"
|
||||
],
|
||||
"stepIndex": [
|
||||
"1",
|
||||
"2"
|
||||
1,
|
||||
2
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -43,8 +43,8 @@
|
||||
"/certificate/verify/data-visualization"
|
||||
],
|
||||
"stepIndex": [
|
||||
"1",
|
||||
"2"
|
||||
1,
|
||||
2
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -43,8 +43,8 @@
|
||||
"/certificate/verify/back-end"
|
||||
],
|
||||
"stepIndex": [
|
||||
"1",
|
||||
"2"
|
||||
1,
|
||||
2
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user