Skip to content

Commit

Permalink
Merge pull request #2326 from shuhaib-aot/feature/FWF-3868
Browse files Browse the repository at this point in the history
Renamed application id and status to submission id and status
  • Loading branch information
arun-s-aot authored Nov 5, 2024
2 parents f4b5984 + fc42b39 commit 3578460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms-flow-web/src/constants/applicationComponent.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import utils from "@aot-technologies/formiojs/lib/utils";
const applicationIDHiddenComponent = {
"label": "applicationId",
"label": "Submission Id",
"customClass": "",
"addons": [],
"modalEdit": false,
Expand Down Expand Up @@ -72,7 +72,7 @@ const applicationIDHiddenComponent = {
"description": ""
};
const applicationStatusHiddenComponent = {
"label": "applicationStatus",
"label": "Submission Status",
"addons": [],
"customClass": "",
"modalEdit": false,
Expand Down

0 comments on commit 3578460

Please sign in to comment.