Skip to content

Commit e794929

Browse files
authored
Fixed static test failure
1 parent 1451e4d commit e794929

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/web/mage/validation.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,14 +1937,12 @@ define([
19371937
.find('.field.required')
19381938
.find('.control')
19391939
.find('input, select, textarea')
1940-
.attr('aria-required', 'true');
1941-
1940+
.attr('aria-required', 'true');
19421941
this.element
19431942
.find('.field.additional')
19441943
.find('.control')
19451944
.find('input, select, textarea')
1946-
.removeAttr('aria-required');
1947-
1945+
.removeAttr('aria-required');
19481946
this._listenFormValidate();
19491947
},
19501948

0 commit comments

Comments
 (0)