Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
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"]);
|
||||
if (
|
||||
redirectToWizard &&
|
||||
data.currentRouteName !== "customWizardStep" &&
|
||||
!excludedPaths.find((p) => {
|
||||
return data.currentRouteName.indexOf(p) > -1;
|
||||
})
|
||||
|
|
Laden …
In neuem Issue referenzieren