Skip to content

Commit fb44970

Browse files
cursoragentarmenzg
andcommitted
Remove unused makeMonitorCreateSettingsPathname export
Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>
1 parent df60776 commit fb44970

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/app/views/detectors/pathnames.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export const makeMonitorCreatePathname = (orgSlug: string) => {
2323
return normalizeUrl(`${makeMonitorBasePathname(orgSlug)}new/`);
2424
};
2525

26-
export const makeMonitorCreateSettingsPathname = (orgSlug: string) => {
27-
return normalizeUrl(`${makeMonitorBasePathname(orgSlug)}new/settings/`);
28-
};
29-
3026
export const makeMonitorEditPathname = (orgSlug: string, monitorId: string) => {
3127
return normalizeUrl(`${makeMonitorBasePathname(orgSlug)}${monitorId}/edit/`);
3228
};

0 commit comments

Comments
 (0)