mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05:00
feat: code rabbit review feedbacks
This commit is contained in:
@@ -37,7 +37,7 @@ export enum CharacterType {
|
||||
Comma = "comma", // ,
|
||||
Semicolon = "semicolon", // ;
|
||||
Exclamation = "exclamation", // !
|
||||
Fullstop = "fullStop" // !
|
||||
Fullstop = "fullStop" // .
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user