Fix Porting QB Changes from Expert to Normal (#886)

[SKIP]
This commit is contained in:
Integer Limit 2024-08-11 16:13:13 +10:00 committed by GitHub
parent b3eafccebd
commit 3c7484fe28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,7 @@ export default class PortQBData {
this.sourceOption === "CFG" ? cfgExpertPath : cfgOverrideExpertPath;
this.srcPathToChange =
this.sourceOption === "CFG" ? cfgNormalPath : cfgOverrideNormalPath;
this.outputPaths = [cfgExpertPath, cfgOverrideExpertPath];
this.outputPaths = [cfgNormalPath, cfgOverrideNormalPath];
break;
}