auto process feature of akaunting dropzone is disabled

This commit is contained in:
Sevan Nerse 2021-01-18 12:09:20 +03:00
parent 83bf3e7d06
commit af9891d99f

View File

@ -99,6 +99,7 @@ export default {
thumbnailHeight: null,
previewsContainer: preview,
previewTemplate: preview.innerHTML,
autoProcessQueue: false,
init: function () {
this.on("addedfile", function (file) {
self.files.push(file);