Skip to content

Commit 60abfcf

Browse files
committed
[skip ci] Add a comment explaining why we don't use the new match in Screen Start
1 parent 17e2f1a commit 60abfcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Stepper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default {
148148
}),
149149
errorStateScreenStart: computed(() => {
150150
return screenStartQueries
151-
.filter(byError(errors.value))
151+
.filter(byError(errors.value)) // One of the possible errors is instancePath == '', so we use a traditional approach here
152152
.length > 0
153153
}),
154154
errorStateScreenVersionSpecific: computed(() => {

0 commit comments

Comments
 (0)