We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e137d4f commit 0f76f8eCopy full SHA for 0f76f8e
js/index.js
@@ -843,7 +843,7 @@ function uploadApp(app, options) {
843
}
844
showToast(app.name +" ("+app.id+") "+ ' Uploaded!', 'success');
845
}).catch(err => {
846
- showToast('Upload failed, ' + err, 'error');
+ showToast("Upload of" +app.name +" ("+app.id+") "+" failed", + err, 'error');
847
});
848
}));
849
0 commit comments