(organization: OrgForPath, project: ProjectForPath)
| 330 | } |
| 331 | |
| 332 | export function v3NewProjectAlertPath(organization: OrgForPath, project: ProjectForPath) { |
| 333 | return `${v3ProjectAlertsPath(organization, project)}/new`; |
| 334 | } |
| 335 | |
| 336 | export function v3NewProjectAlertPathConnectToSlackPath( |
| 337 | organization: OrgForPath, |
no test coverage detected
searching dependent graphs…