Skip to content

Commit

Permalink
Fix "Uncaught ReferenceError: form is not defined"
Browse files Browse the repository at this point in the history
  • Loading branch information
graschik authored May 11, 2024
1 parent b305195 commit 02818b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/adminhtml/web/js/wysiwyg/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ define([
var timeout, locks;

if (_.isEmpty(this.pageBuilderInstances)) {
form.submit();
submit();
} else {
timeout = setTimeout(function () {
consoleLogger.error('Page Builder was rendering for 5 seconds without releasing locks.');
Expand Down

0 comments on commit 02818b6

Please # to comment.