Skip to content

Commit

Permalink
Modified currentUserRole label in default task variables
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot committed Jan 8, 2025
1 parent 973f1fc commit 13e4910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-api/src/formsflow_api/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,5 @@ def default_flow_xml_data(name="Defaultflow"):
{"key": "submitterFirstName", "label": "Submitter First Name", "type": "hidden"},
{"key": "submitterEmail", "label": "Submitter Email", "type": "hidden"},
{"key": "currentUser", "label": "Current User", "type": "hidden"},
{"key": "currentUserRole", "label": "Current User Role", "type": "hidden"},
{"key": "currentUserRole", "label": "Current User Roles", "type": "hidden"},
]

0 comments on commit 13e4910

Please sign in to comment.