Skip to content

Commit

Permalink
Merge pull request #21 from ajakov/main
Browse files Browse the repository at this point in the history
Fix report title issue
  • Loading branch information
nxglabs authored Oct 26, 2023
2 parents 028783f + cc70bc3 commit af7a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OpenSign/src/json/ReportJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function reportJson(id) {
};
case "1MwEuxLEkF":
return {
reportName: "InProgress Document",
reportName: "In-progress documents",
className: "contracts_Document",
params: {
Type: { $ne: "Folder" },
Expand Down

0 comments on commit af7a234

Please sign in to comment.