revert remove redundant line as not redundant
Dieser Commit ist enthalten in:
Ursprung
f94df66613
Commit
a13f7be6a3
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -30,6 +30,7 @@ export default {
|
||||||
.concat(["loading"]);
|
.concat(["loading"]);
|
||||||
if (
|
if (
|
||||||
redirectToWizard &&
|
redirectToWizard &&
|
||||||
|
data.currentRouteName !== "customWizardStep" &&
|
||||||
!excludedPaths.find((p) => {
|
!excludedPaths.find((p) => {
|
||||||
return data.currentRouteName.indexOf(p) > -1;
|
return data.currentRouteName.indexOf(p) > -1;
|
||||||
})
|
})
|
||||||
|
|
Laden …
In neuem Issue referenzieren