Skip to content

Commit 36138d0

Browse files
author
Sergii Kovalenko
committed
Merge branch 'MAGETWO-64716' of https://github.com/magento-south/magento2ce into MAGETWO-64716
2 parents 8f52de7 + f2fa912 commit 36138d0

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
@@ -438,7 +438,7 @@ define([
438438
isInArray = values.indexOf(from.value) != -1; //eslint-disable-line
439439
isNegative = valuesFrom[idFrom].negative;
440440

441-
if (!from ||isInArray && isNegative || !isInArray && !isNegative) {
441+
if (!from || isInArray && isNegative || !isInArray && !isNegative) {
442442
shouldShowUp = false;
443443
}
444444
}

0 commit comments

Comments
 (0)