Skip to content

Commit

Permalink
#1235 | Fix report card load
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Jun 6, 2024
1 parent 0eb8d07 commit 69afd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formDesigner/components/ReportCard/ReportCardShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const ReportCardShow = props => {
editPrivilegeType={Privilege.PrivilegeType.EditOfflineDashboardAndReportCard}
userInfo={props.userInfo}
mapResource={resource => WebReportCard.fromResource(resource)}
defaultResource={WebReportCard.createNew()}
defaultResource={WebReportCard.createNewReportCard()}
/>
);
};
Expand Down

0 comments on commit 69afd81

Please sign in to comment.