mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-20 20:59:53 +08:00
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…
x
Reference in New Issue
Block a user