Skip to content

Commit

Permalink
disabled employee id input
Browse files Browse the repository at this point in the history
  • Loading branch information
mithunhegde-egov committed Sep 25, 2024
1 parent d69eae5 commit ec25aa8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ const CreateEmployee = () => {
return <Loader />;
}
const config =mdmsData?.config?mdmsData.config: newConfig;

return (
<div>
<div style={isMobile ? {marginLeft: "-12px", fontFamily: "calibri", color: "#FF0000"} :{ marginLeft: "15px", fontFamily: "calibri", color: "#FF0000" }}>
Expand Down

0 comments on commit ec25aa8

Please sign in to comment.