Skip to content

Commit

Permalink
FIX Type error
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova committed Jan 25, 2024
1 parent 799add9 commit 359a395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/legacy/HtmlEditorField.js
Expand Up @@ -86,7 +86,7 @@ ss.editorWrappers.tinyMCE = (function() {
getConfig: function() {
var selector = "#" + editorID,
config = jQuery(selector).data('config'),
height = config.row_height ? config.row_height : 'undefined',
height = config.row_height ? config.row_height : undefined,
self = this;

// Add instance specific data to config
Expand Down

0 comments on commit 359a395

Please sign in to comment.