chore: update the 'Update plugin from GitHub'

This commit is contained in:
Yi
2024-11-06 16:49:16 +08:00
parent 0d08b6cf51
commit 4c0e4e490a
8 changed files with 54 additions and 25 deletions

View File

@ -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 {