This commit is contained in:
parent
05c6d57f29
commit
0811a23cd4
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ const FileFromLinkOrLocal = ({
|
|||
value={url}
|
||||
onChange={(e) => {
|
||||
setShowError(false)
|
||||
setUrl(e.target.value)
|
||||
setUrl(e.target.value.trim())
|
||||
}}
|
||||
disabled={disabled}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue