Got modal with Draggable working

This commit is contained in:
frikky
2020-12-27 08:57:06 +01:00
parent 49ee75006c
commit 6ac237a4f1
2 changed files with 65 additions and 69 deletions
-1
View File
@@ -67,7 +67,6 @@ export const validateJson = (showResult) => {
}
}
console.log("VALID: ", jsonvalid)
return {
"valid": jsonvalid,
"result": jsonvalid ? JSON.parse(showResult) : showResult,