1
0
Fork 0
mirror of synced 2024-08-26 23:42:06 +12:00

Show success after uploading plugin

This commit is contained in:
Andrew Kingston 2022-08-12 14:34:16 +01:00
parent 5ae40d8e15
commit 10440803fe

View file

@ -39,6 +39,7 @@
let data = new FormData()
data.append("file", $values.logo)
await API.uploadPlugin(data)
notifications.success("Plugin uploaded successfully")
} catch (error) {
notifications.error("Error uploading logo")
}