We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037b97c commit fdb70a0Copy full SHA for fdb70a0
app/code/Magento/Ui/view/base/web/js/form/adapter.js
@@ -9,7 +9,7 @@
9
define([
10
'jquery',
11
'underscore'
12
- './adapter/buttons'
+ 'Magento_Ui/js/form/adapter/buttons'
13
], function ($, _, buttons) {
14
'use strict';
15
0 commit comments