mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
missing change
This commit is contained in:
parent
663971cd9c
commit
4cf0670941
@ -11,7 +11,6 @@ type InputTextProps = {
|
||||
defaultValue?: string
|
||||
placeholder?: string
|
||||
autocomplete?: string
|
||||
|
||||
updateFormValue?: (value: string) => void
|
||||
}
|
||||
|
||||
|
||||
@ -49,6 +49,7 @@ export const TextView = ({
|
||||
if (url.match('^http://')) {
|
||||
shortUrl = url.split('http://')[1]
|
||||
}
|
||||
|
||||
return `[${shortUrl}](${url})`
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user