We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df60776 commit fb44970Copy full SHA for fb44970
static/app/views/detectors/pathnames.tsx
@@ -23,10 +23,6 @@ export const makeMonitorCreatePathname = (orgSlug: string) => {
23
return normalizeUrl(`${makeMonitorBasePathname(orgSlug)}new/`);
24
};
25
26
-export const makeMonitorCreateSettingsPathname = (orgSlug: string) => {
27
- return normalizeUrl(`${makeMonitorBasePathname(orgSlug)}new/settings/`);
28
-};
29
-
30
export const makeMonitorEditPathname = (orgSlug: string, monitorId: string) => {
31
return normalizeUrl(`${makeMonitorBasePathname(orgSlug)}${monitorId}/edit/`);
32
0 commit comments