Merge branch 'fix/fileUploadDropzone' into 'main'

fix initialization of fileUploadDropzone

See merge request jjimenez/safekat!524
This commit is contained in:
Alvaro
2025-02-06 10:09:59 +00:00

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()
}
}