mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: adds comment
This commit is contained in:
@@ -242,6 +242,7 @@ const ProjectSelectInner = () => {
|
||||
export const ProjectSelect = () => {
|
||||
const params = useParams({ strict: false });
|
||||
|
||||
// Return null during navigation when projectId is not available
|
||||
if (!params.projectId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user