(organization: OrgForPath)
| 142 | |
| 143 | // Org |
| 144 | export function organizationPath(organization: OrgForPath) { |
| 145 | return `/orgs/${organizationParam(organization)}`; |
| 146 | } |
| 147 | |
| 148 | export function newOrganizationPath() { |
| 149 | return `/orgs/new`; |
no test coverage detected
searching dependent graphs…