fix(frontend): clickable namespaces in deployments table#5104
Conversation
PR Review: fix(frontend): clickable namespaces in deployments tableSummary: This PR wraps the namespace display name in IssuesUnsafe type assertion (primary concern) const { organization, project } = useParams({ strict: false }) as {
organization: string;
project: string;
};
Two safer approaches:
Pattern inconsistency The surrounding What looks good
RecommendationPass |
2457bc9 to
f7c1b84
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: