Remove uploading... notification when upload is done

This commit is contained in:
rijkvanzanten
2020-09-03 17:12:18 -04:00
parent 59dd6e33b2
commit fd70157e22

View File

@@ -236,6 +236,8 @@ export default defineComponent({
},
});
notificationsStore.remove(fileUploadNotificationID);
emitter.emit(Events.upload);
notificationsStore.remove(fileUploadNotificationID);