mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-20 04:39:44 +08:00
This commit is contained in:
parent
05c6d57f29
commit
0811a23cd4
@ -74,7 +74,7 @@ const FileFromLinkOrLocal = ({
|
|||||||
value={url}
|
value={url}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setShowError(false)
|
setShowError(false)
|
||||||
setUrl(e.target.value)
|
setUrl(e.target.value.trim())
|
||||||
}}
|
}}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user