Skip to content

Commit

Permalink
srcr fix (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhila-aot authored Aug 29, 2023
1 parent 4fe8711 commit df2056f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"key": "formActions",
"tags": [],
"properties": {},
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\")||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
"conditional": {
"json": "",
"show": null,
Expand Down

0 comments on commit df2056f

Please sign in to comment.