Skip to content

Commit 17c00aa

Browse files
committed
AC-13068: Fix static test
1 parent 646afdc commit 17c00aa

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/form/element/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ define([
5858
this.exportDataLink = 'data.' + this.prefixName + '.' + this.elementName + suffixName;
5959
this.exports.value = this.provider + ':' + this.exportDataLink;
6060
},
61-
61+
6262
/**
6363
* Get HTML array from data scope.
6464
*

0 commit comments

Comments
 (0)