Update call link edit/add name modals
This commit is contained in:
parent
ba77ef7563
commit
b691e24d5c
20 changed files with 526 additions and 232 deletions
|
@ -37,7 +37,3 @@ export function urlPathFromComponents(
|
|||
): string {
|
||||
return `/${components.filter(Boolean).map(encodeURIComponent).join('/')}`;
|
||||
}
|
||||
|
||||
export function formatUrlWithoutProtocol(url: Readonly<URL>): string {
|
||||
return `${url.hostname}${url.pathname}${url.search}${url.hash}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue