|
@@ -971,12 +971,12 @@ function buildRoutes() {
|
|
|
>
|
|
|
<Route
|
|
|
path="widget/:widgetId/edit/"
|
|
|
- componentPromise={() => import('sentry/views/dashboardsV2/widget')}
|
|
|
+ componentPromise={() => import('sentry/views/dashboardsV2/widgetBuilder')}
|
|
|
component={SafeLazyLoad}
|
|
|
/>
|
|
|
<Route
|
|
|
path="widget/new/"
|
|
|
- componentPromise={() => import('sentry/views/dashboardsV2/widget')}
|
|
|
+ componentPromise={() => import('sentry/views/dashboardsV2/widgetBuilder')}
|
|
|
component={SafeLazyLoad}
|
|
|
/>
|
|
|
</Route>
|
|
@@ -996,12 +996,12 @@ function buildRoutes() {
|
|
|
>
|
|
|
<Route
|
|
|
path="widget/:widgetId/edit/"
|
|
|
- componentPromise={() => import('sentry/views/dashboardsV2/widget')}
|
|
|
+ componentPromise={() => import('sentry/views/dashboardsV2/widgetBuilder')}
|
|
|
component={SafeLazyLoad}
|
|
|
/>
|
|
|
<Route
|
|
|
path="widget/new/"
|
|
|
- componentPromise={() => import('sentry/views/dashboardsV2/widget')}
|
|
|
+ componentPromise={() => import('sentry/views/dashboardsV2/widgetBuilder')}
|
|
|
component={SafeLazyLoad}
|
|
|
/>
|
|
|
</Route>
|