diff --git a/src/components/Editor/Preview/Popup.js b/src/components/Editor/Preview/Popup.js index 5961b298c5..0118db4222 100644 --- a/src/components/Editor/Preview/Popup.js +++ b/src/components/Editor/Preview/Popup.js @@ -185,6 +185,7 @@ export class Popup extends Component { getPreviewType(value: any) { if ( + typeof value == "number" || typeof value == "boolean" || value.type == "null" || value.type == "undefined" ||