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