Skip to content

Commit

Permalink
Merge pull request #405 from Bonymol-aot/FWF-4119/role-edit
Browse files Browse the repository at this point in the history
Removed asterix for edit role
  • Loading branch information
arun-s-aot authored Jan 7, 2025
2 parents 362dabe + 38cce67 commit e34ecdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms-flow-admin/src/components/roles/roles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ const Roles = React.memo((props: any) => {
<Form.Label htmlFor="edit-description" className="mt-2">
{t("Description")}
</Form.Label>
<i style={{ color: "#e00" }}>*</i>
<Form.Control
id="edit-description"
as="textarea"
Expand Down

0 comments on commit e34ecdd

Please sign in to comment.