Added base part to documentation to help with support
This commit is contained in:
@@ -481,7 +481,6 @@ const AppCreator = (defaultprops) => {
|
||||
// This is the data FROM the database, not what's being saved
|
||||
const parseIncomingOpenapiData = (data) => {
|
||||
|
||||
console.log("Data: ", data)
|
||||
var parsedDecoded = ""
|
||||
try {
|
||||
const decoded = base64_decode(data.openapi)
|
||||
|
||||
Reference in New Issue
Block a user