diff --git a/src/components/TheTopbar.vue b/src/components/TheTopbar.vue index 8f48ca99..a0f19ea7 100644 --- a/src/components/TheTopbar.vue +++ b/src/components/TheTopbar.vue @@ -159,7 +159,7 @@ export default class TheTopbar extends Mixins(BaseMixin) { successFiles.push(result) } - this.$store.dispatch('socket/removeLoading', { name: 'gcodeUpload' }) + this.$store.dispatch('socket/removeLoading', { name: 'btnUploadAndStart' }) for(const file of successFiles) { const text = this.$t("App.TopBar.UploadOfFileSuccessful", {file:file}).toString() this.$toast.success(text)