feat: code rabbit review feedbacks

This commit is contained in:
=
2025-04-02 23:03:32 +05:30
parent a0cb4889ca
commit ee536717c0
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export enum CharacterType {
Comma = "comma", // ,
Semicolon = "semicolon", // ;
Exclamation = "exclamation", // !
Fullstop = "fullStop" // !
Fullstop = "fullStop" // .
}
/**

View File

@@ -114,7 +114,7 @@ export const AllProjectView = ({ type, onListViewToggle }: Props) => {
offset,
totalCount: searchedProjects?.totalCount || 0
});
const requestedWorkspaceDetails = popUp.requestAccessConfirmation.data as Workspace;
const requestedWorkspaceDetails = (popUp.requestAccessConfirmation.data || {}) as Workspace;
return (
<div>