Skip to content

Commit 16c651f

Browse files
committed
MC-3315: Banner/Slider: Image still display on Banner/Slider slide-out after deleted
- Fixed issue
1 parent 9fb4483 commit 16c651f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/abstract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ define([
407407
this.bubble('error', message);
408408

409409
//TODO: Implement proper result propagation for form
410-
if (!isValid) {
410+
if (this.source && !isValid) {
411411
this.source.set('params.invalid', true);
412412
}
413413

0 commit comments

Comments
 (0)