mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
chore: update installFromGitHub component
This commit is contained in:
@ -30,7 +30,7 @@ const Uploading: FC<Props> = ({
|
||||
const handleUpload = async () => {
|
||||
try {
|
||||
const res = await uploadPackageFile(file)
|
||||
// onUploaded(res)
|
||||
onUploaded(res)
|
||||
}
|
||||
catch (e: any) {
|
||||
if (e.response?.message) {
|
||||
|
||||
Reference in New Issue
Block a user