Fixed empty popup box problems
This commit is contained in:
@@ -10908,6 +10908,11 @@ const AngularWorkflow = (defaultprops) => {
|
||||
const iOS = typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent);
|
||||
|
||||
const drawerBleeding = 56;
|
||||
if (defaultReturn === undefined || defaultReturn === null) {
|
||||
console.log("DEFAULT RETURN: ", defaultReturn)
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
isMobile ?
|
||||
<SwipeableDrawer
|
||||
|
||||
@@ -455,7 +455,6 @@ export const validateJson = (showResult) => {
|
||||
jsonvalid = false
|
||||
}
|
||||
|
||||
console.log("RES: ", result)
|
||||
// This is where we start recursing
|
||||
if (jsonvalid) {
|
||||
// Check fields if they can be parsed too
|
||||
|
||||
Reference in New Issue
Block a user