Skip to content

Commit

Permalink
Update SetupMaster.js (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelmd-eGov authored Sep 23, 2024
1 parent b446b55 commit f46ac43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ const SetupMaster = () => {
<Button
className="actionButton"
label={isUserExist ? t("EDIT_MASTER") : t("SETUP_MASTER")}
variation={"secondary"}
icon="ArrowForward"
variation={"primary"}
// icon="ArrowForward"
isSuffix={true}
onClick={(e) => {
e.preventDefault();
Expand Down

0 comments on commit f46ac43

Please sign in to comment.