Skip to content

Commit d0d5615

Browse files
authored
update validation.js
1 parent c8dba0b commit d0d5615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@
18691869
if (element.siblings('.tooltip').length) {
18701870
errorPlacement = element.siblings('.tooltip');
18711871
}
1872-
//logic for select with tooltip in after element
1872+
//logic for select with tooltip in after element
18731873
if (element.next().find('.tooltip').length) {
18741874
errorPlacement = element.next();
18751875
}

0 commit comments

Comments
 (0)