Skip to content

Commit d52d874

Browse files
Make static tests happy
1 parent 62725ea commit d52d874

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/form/element/uploader

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/form/element/uploader/image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="admin__field-control" css="'_with-tooltip': $data.tooltip">
1313
<div class="file-uploader image-uploader" data-role="drop-zone" css="_loading: isLoading">
1414
<div class="file-uploader-area">
15-
<input type="file" afterRender="onElementRender" attr="id: uid, name: inputName, multiple: isMultipleFiles" disable="disabled" />
15+
<input type="file" afterRender="onElementRender" attr="id: uid, name: inputName, multiple: isMultipleFiles" disable="disabled">
1616
<label class="file-uploader-button action-default" attr="for: uid, disabled: disabled" disable="disabled" translate="'Upload'"></label>
1717
<label
1818
data-bind="event: {change: addFileFromMediaGallery, click: openMediaBrowserDialog}"

0 commit comments

Comments
 (0)