Skip to content

Commit 2e5538e

Browse files
jissereitsmaRahulKachhadia
authored andcommitted
Change relative path to absolute path for testability
1 parent c95eedc commit 2e5538e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
define([
66
'jquery',
77
'underscore'
8-
'./adapter/buttons'
8+
'Magento_Ui/js/form/adapter/buttons'
99
], function ($, _, buttons) {
1010
'use strict';
1111

0 commit comments

Comments
 (0)