Skip to content

Commit 40b43ea

Browse files
authored
ref(integrations): Remove usage of deprecatedRouteProps for SentryAppExternalInstallation component (#105312)
Removes unnecessary `deprecatedRouteProps` for `SentryAppExternalInstallation` component. The props themselves were already removed in #97237. https://www.notion.so/sentry/Frontend-TSC-Project-Remove-all-uses-of-deprecatedRouteProps-true-26a8b10e4b5d8015a6a2dd14f9d41dd7
1 parent 47531c2 commit 40b43ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/router/routes.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ function buildRoutes(): RouteObject[] {
186186
{
187187
path: '/sentry-apps/:sentryAppSlug/external-install/',
188188
component: make(() => import('sentry/views/sentryAppExternalInstallation')),
189-
deprecatedRouteProps: true,
190189
},
191190
{
192191
path: '/account/',

0 commit comments

Comments
 (0)