Skip to content

Commit

Permalink
refactor: name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Oct 8, 2024
1 parent f34f06e commit fa28abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Recoils/HyperswitchAtom.res
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let paypalAccountStatusAtom: Recoil.recoilAtom<PayPalFlowTypes.setupAccountStatu
"paypalAccountStatusAtom",
PayPalFlowTypes.Connect_paypal_landing,
)
// TODO: remove this after userPermissionAtomMapType is stable
// TODO: remove this after userGroupPermissionsAtom is stable
let userPermissionAtom: Recoil.recoilAtom<UserManagementTypes.permissionJson> = Recoil.atom(
"userPermissionAtom",
PermissionMapper.defaultValueForPermission,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type userManagementTypes = UsersTab | RolesTab

type internalUserType = InternalViewOnly | InternalAdmin | NonInternal

@unboxed
type permissionType =
| OperationsView
| OperationsManage
Expand Down

0 comments on commit fa28abf

Please sign in to comment.