Skip to content

Commit 0503715

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-3364: Reset button doesn't work on Add/Edit admin user
1 parent 5a2037c commit 0503715

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define(function () {
1010
'use strict';
1111

1212
return {
13-
'reset': '#reset',
13+
'reset': '#reset_ui_form',
1414
'save': '#save',
1515
'saveAndContinue': '#save_and_continue'
1616
};

0 commit comments

Comments
 (0)