@@ -249,7 +249,7 @@ function Onboarding(props: Props) {
project_id: recentCreatedProject.id,
});
} catch (error) {
- handleXhrErrorResponse(t('Unable to delete project in onboarding'), error);
+ handleXhrErrorResponse('Unable to delete project in onboarding', error);
// we don't give the user any feedback regarding this error as this shall be silent
}
}, [api, organization, recentCreatedProject, onboardingContext]);
@@ -258,7 +258,7 @@ export function ProjectInstallPlatform({location, params, route, router}: Props)
- handleXhrErrorResponse(t('Unable to delete project in project creation'), error);
+ handleXhrErrorResponse('Unable to delete project in project creation', error);
@@ -89,7 +89,7 @@ function UpgradeGrouping({
ProjectsStore.onUpdateSuccess(response);
onUpgrade();
} catch (err) {
- handleXhrErrorResponse(t('Unable to upgrade config'), err);
+ handleXhrErrorResponse('Unable to upgrade config', err);