Skip to content

Commit 0dee82a

Browse files
committed
Change relative path to absolute path for testability
1 parent 85a47d9 commit 0dee82a

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
@@ -9,7 +9,7 @@
99
define([
1010
'jquery',
1111
'underscore'
12-
'./adapter/buttons'
12+
'Magento_Ui/js/form/adapter/buttons'
1313
], function ($, _, buttons) {
1414
'use strict';
1515

0 commit comments

Comments
 (0)