mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
chore: update the 'Update plugin from GitHub'
This commit is contained in:
@ -64,10 +64,10 @@ export const useGitHubUpload = () => {
|
||||
return GitHubPackage
|
||||
}
|
||||
catch (error) {
|
||||
setError('Error installing package')
|
||||
setError('Error uploading package')
|
||||
Toast.notify({
|
||||
type: 'error',
|
||||
message: 'Error installing package',
|
||||
message: 'Error uploading package',
|
||||
})
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user