feat: oops commit the user role change page
This commit is contained in:
parent
103a826178
commit
7d61ad50c4
6 changed files with 271 additions and 14 deletions
|
|
@ -58,7 +58,7 @@ export default function UserRow({ user, role }: UserRowProps) {
|
|||
</span>
|
||||
</td>
|
||||
<td className="py-2 pr-0.5">
|
||||
<MenuOptions user={user} />
|
||||
<MenuOptions user={{ ...user, headplaneRole: role }} />
|
||||
</td>
|
||||
</tr>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue