mirror of https://github.com/langgenius/dify.git
This commit is contained in:
parent
05c6d57f29
commit
0811a23cd4
|
|
@ -74,7 +74,7 @@ const FileFromLinkOrLocal = ({
|
|||
value={url}
|
||||
onChange={(e) => {
|
||||
setShowError(false)
|
||||
setUrl(e.target.value)
|
||||
setUrl(e.target.value.trim())
|
||||
}}
|
||||
disabled={disabled}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue