Skip to content

Commit

Permalink
fix (#1464)
Browse files Browse the repository at this point in the history
Co-authored-by: nabeelmd-eGov <[email protected]>
  • Loading branch information
aaradhya-egov and nabeelmd-eGov authored Oct 7, 2024
1 parent 3d998b3 commit fbb5bf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const SetupMaster = () => {
<SVG.Announcement height={40} width={40} />
{t(config?.header || "N/A")}
</Header>
<CardText>{t(config?.description)}</CardText>
<CardText>{t(config?.masterDescription)}</CardText>
<Table
pageSizeLimit={50}
className={"table"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ export const setupMasterConfig = (existingUser = false) => ({
id: 3,
name: "HRMS_VIEW_EMPLOYEE",
},
{
id: 4,
name: "HRMS_EDIT_EMPLOYEE",
},
{
id: 5,
name: "HRMS_DELETE_EMPLOYEE",
},
],
},
],
Expand Down

0 comments on commit fbb5bf7

Please sign in to comment.