fix initialization of fileUploadDropzone

This commit is contained in:
amazuecos
2025-02-06 11:08:54 +01:00
parent b096d0469d
commit bddd99cec0

View File

@ -136,6 +136,10 @@ class PresupuestoAdminEdit {
$('#lomo_cubierta').on('change', this.datosLibro.changeAnchoSolapasCubierta);
$('#lomo_sobrecubierta').on('change', this.datosLibro.changeAnchoSolapasSobrecubierta);
if ($(this.configUploadDropzone.domElement).length > 0) {
this.fileUploadDropzone.init()
}
}