Skip to content

Commit

Permalink
fix: disable-user-invite-button
Browse files Browse the repository at this point in the history
  • Loading branch information
racnan committed Dec 21, 2023
1 parent c7a2d3c commit 5a2e602
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/screens/HyperSwitch/UserManagement/UserRoleEntry.res
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ let make = () => {
subTitle="Manage user roles and invite members of your organisation"
/>
<div className="relative">
<div className="absolute right-0 top-5">
<Button
text={"Invite users"}
buttonType=Primary
onClick={_ => RescriptReactRouter.push("/users/invite-users")}
customButtonStyle="w-48"
/>
</div>
// <div className="absolute right-0 top-5">
// <Button
// text={"Invite users"}
// buttonType=Primary
// onClick={_ => RescriptReactRouter.push("/users/invite-users")}
// customButtonStyle="w-48"
// />
// </div>
<Tabs
tabs=tabList
disableIndicationArrow=true
Expand Down

0 comments on commit 5a2e602

Please sign in to comment.