Link to View Settings in API Keys

This commit is contained in:
Pallavi Kumari
2025-09-26 18:25:19 +05:30
parent e555d3c496
commit fff4883bca

View File

@@ -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={() => {