Skip to content

Commit 0bb740b

Browse files
committed
Stabilize Builds on Forward Ports Batch 35
1 parent d9e8b87 commit 0bb740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/adminhtml/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ define([
456456
} else {
457457
values = valuesFrom[idFrom].values;
458458
fromId = $(idFrom + values[0]);
459-
459+
460460
if (fromId) {
461461
radioFrom = $$('[name="' + fromId.name + '"]:checked');
462462
isInArray = radioFrom.length > 0 && values.indexOf(radioFrom[0].value) !== -1;

0 commit comments

Comments
 (0)