chore: remove workspace from fullscreen

This commit is contained in:
Yunus M 2024-10-30 13:08:43 +05:30
parent 2642338672
commit 1b33efe4cc
2 changed files with 0 additions and 3 deletions

View File

@ -192,7 +192,6 @@ function AppLayout(props: AppLayoutProps): JSX.Element {
const renderFullScreen =
pathname === ROUTES.GET_STARTED ||
pathname === ROUTES.ONBOARDING ||
pathname === ROUTES.WORKSPACE_LOCKED ||
pathname === ROUTES.GET_STARTED_APPLICATION_MONITORING ||
pathname === ROUTES.GET_STARTED_INFRASTRUCTURE_MONITORING ||
pathname === ROUTES.GET_STARTED_LOGS_MANAGEMENT ||

View File

@ -195,8 +195,6 @@ function InviteTeamMembers({
handleInviteUsersSuccess(response);
},
onError: (error: AxiosError): void => {
console.log('error', error);
logEvent('User Onboarding: Invite Team Members Failed', {
teamMembers: teamMembersToInvite,
error,