Skip to content

Commit 5375ac0

Browse files
fix: additional fixes
1 parent a22c387 commit 5375ac0

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/migration/flexcard.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,6 @@ export class CardMigrationTool extends BaseMigrationTool implements MigrationToo
607607
let oldrecord = originalRecords.get(key);
608608
let newrecord = cardsUploadInfo.get(key);
609609

610-
Logger.logVerbose('Oldrecord - ' + JSON.stringify(oldrecord));
611-
Logger.logVerbose('Newrecord - ' + JSON.stringify(newrecord));
612-
613610
let value: FlexcardStorage = {
614611
name: newrecord['newName'],
615612
isDuplicate: false,

src/templates/assessmentReport.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<div class="report-page-header">
4040
<div class="slds-text-heading_large">
4141
<span>{{heading}}</span>
42-
<span>&nbsp;Assessment Report</span>
4342
</div>
4443
</div>
4544

src/utils/resultsbuilder/assessmentReporter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ export class AssessmentReporter {
269269
omnistudioOrgDetails: OmnistudioOrgDetails
270270
): DashboardParam {
271271
return {
272-
title: 'Assessment Reports',
273-
heading: 'Assessment Reports',
272+
title: 'Omnistudio Assessment Report Dashboard',
273+
heading: 'Omnistudio Assessment Report Dashboard',
274274
org: getOrgDetailsForReport(omnistudioOrgDetails),
275275
assessmentDate: new Date().toISOString(),
276276
summaryItems: [

0 commit comments

Comments
 (0)