Skip to content
Snippets Groups Projects
Commit b89d27a4 authored by Otto Zaiser's avatar Otto Zaiser
Browse files

Fix alert limit

parent a25e14bb
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -142,6 +142,7 @@ export default {
var index = nodes.indexOf( li );
this.uploadedFiles.splice(index, 1);
this.allHashes.splice(index, 1);
this.limitSurpased(0);
},
addFile(){
//this.uploadedFiles = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment