Added minor fix to app generation

This commit is contained in:
frikky
2022-06-28 18:14:02 +02:00
parent b25a216058
commit ab5b35532b
7 changed files with 119 additions and 40 deletions
+1 -2
View File
@@ -91,8 +91,7 @@ const WorkflowPaper = (props) => {
}
//console.log("IMG: ", data)
var parsedUrl = `workflows/${data.objectID}`
var parsedUrl = `/workflows/${data.objectID}`
if (data.__queryID !== undefined && data.__queryID !== null) {
parsedUrl += `?queryID=${data.__queryID}`
}