chore: add TODO for edit role dialog implementation

This commit is contained in:
CREDO23 2025-12-16 08:32:57 +00:00
parent fcfa621a74
commit 0397f716f8
3 changed files with 12 additions and 7 deletions

View file

@ -720,7 +720,12 @@ function RolesTab({
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
{canUpdate && (
<DropdownMenuItem>
<DropdownMenuItem
onClick={() => {
// TODO: Implement edit role dialog/modal
console.log("Edit role not yet implemented", role);
}}
>
<Edit2 className="h-4 w-4 mr-2" />
Edit Role
</DropdownMenuItem>