Completed
Pull Request — master (#2938)
by zi
02:19
created
src/Form/Field/UploadField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
             'browseLabel'          => trans('admin.browse'),
80 80
             'showRemove'           => $this->removable,
81 81
             'showUpload'           => false,
82
-            'dropZoneEnabled'      => false,        //dropzone disabled by default for backward compatibility
82
+            'dropZoneEnabled'      => false, //dropzone disabled by default for backward compatibility
83 83
             'showCancel'           => false,
84 84
             'showClose'            => $this->closeable,
85 85
             'fileActionSettings'   => [
Please login to merge, or discard this patch.