missing change

This commit is contained in:
Ulf Gebhardt 2024-11-02 23:29:47 +01:00
parent 663971cd9c
commit 4cf0670941
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ type InputTextProps = {
defaultValue?: string
placeholder?: string
autocomplete?: string
updateFormValue?: (value: string) => void
}

View File

@ -49,6 +49,7 @@ export const TextView = ({
if (url.match('^http://')) {
shortUrl = url.split('http://')[1]
}
return `[${shortUrl}](${url})`
})
}