Skip to content

Commit

Permalink
fix: Qbd direct dashboard error section fix and video update
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Dec 20, 2024
1 parent 9d08eff commit 70edd75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class DashboardErrorSectionComponent implements OnInit {
this.sourceField = sourceField;
this.destinationField = this.destinationFieldMap[this.sourceField];
if ([AppName.QBD_DIRECT, AppName.QBO].includes(this.appName)) {
this.isMultiLineOption = this.destinationField === FyleField.CATEGORY && brandingConfig.brandId !== 'co' ? true : false;
this.isMultiLineOption = this.sourceField === ExportErrorSourceType.CATEGORY && brandingConfig.brandId !== 'co' ? true : false;
} else {
this.isMultiLineOption = this.importCodeFields?.includes(this.destinationField) && brandingConfig.brandId !== 'co' ? true : false;
}
Expand Down

0 comments on commit 70edd75

Please sign in to comment.