Skip to content

Fix off-by-one error in JSON UI for skipping steps

Warren Gifford requested to merge es/fix-ui into main

Created by: eseliger

Steps are 1-indexed in our JSON UI, but we forgot to add the obligatory +1 here that we do everywhere else.

Merge request reports

Loading