1
0
Fork 0

revert remove redundant line as not redundant

Dieser Commit ist enthalten in:
merefield 2023-07-13 16:07:36 +01:00
Ursprung f94df66613
Commit a13f7be6a3

Datei anzeigen

@ -30,6 +30,7 @@ export default {
.concat(["loading"]);
if (
redirectToWizard &&
data.currentRouteName !== "customWizardStep" &&
!excludedPaths.find((p) => {
return data.currentRouteName.indexOf(p) > -1;
})