Skip to content

Commit 2b2658d

Browse files
committed
#544: Configurable Page Builder Full Screen Mode
- Fixing Static Test(s)
1 parent af0dd1d commit 2b2658d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/Component/Form/Element

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Component/Form/Element/Wysiwyg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(
6767
$config['wysiwyg'] = (bool)$attribute->getIsWysiwygEnabled();
6868
}
6969
} catch (NoSuchEntityException $e) {
70-
throw new NoSuchEntityException();
70+
$config['wysiwyg'] = false;
7171
}
7272
}
7373

0 commit comments

Comments
 (0)