Skip to content

Commit 11ba1d3

Browse files
committed
BUG#AC-1274: Customer Address Edit Buttons accesibility issue fixed
1 parent 4abeea3 commit 11ba1d3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/components/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define([
2727
disabled: false,
2828
title: '',
2929
buttonTextId: '',
30-
ariLabelledby: '',
30+
ariLabelledby: ''
3131
},
3232

3333
/**

0 commit comments

Comments
 (0)