mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-01 15:49:08 +00:00
Link to View Settings in API Keys
This commit is contained in:
@@ -124,7 +124,9 @@ export default function OrgApiKeysTable({
|
||||
setSelected(r);
|
||||
}}
|
||||
>
|
||||
<span>{t("viewSettings")}</span>
|
||||
<Link href={`/${orgId}/settings/api-keys/${r.id}`}>
|
||||
{t("viewSettings")}
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user