fix: greptile review comments

This commit is contained in:
Piyush Gupta
2025-11-19 20:44:52 +05:30
parent 1702766391
commit efd424f1a6

View File

@@ -73,7 +73,7 @@ export const SecretDashboardPathBreadcrumb = ({
<Link
to="/organizations/$orgId/projects/secret-management/$projectId/secrets/$envSlug"
params={{
orgId: currentOrg?.id || "",
orgId: currentOrg.id,
projectId,
envSlug: environmentSlug
}}