diff --git a/src/components/UserTable.tsx b/src/components/UserTable.tsx index 2faf5d3..15a65e6 100644 --- a/src/components/UserTable.tsx +++ b/src/components/UserTable.tsx @@ -668,6 +668,7 @@ const UserTable: React.FC = ({ sortBy, filters, editUserState, + deleteUserState, // parentState, // userType, // editUserState, diff --git a/src/components/layouts/header/Invitation.tsx b/src/components/layouts/header/Invitation.tsx index f97bf32..d2d0934 100644 --- a/src/components/layouts/header/Invitation.tsx +++ b/src/components/layouts/header/Invitation.tsx @@ -208,8 +208,8 @@ const InvitationMenu = () => { spacing={2} sx={{ position: "fixed", - top: 16, - left: "50%", + top: "6%", + left: "60%", transform: "translateX(-50%)", zIndex: 1400, width: "100%", @@ -397,7 +397,7 @@ const InvitationMenu = () => {