+
+
)
@@ -581,6 +605,7 @@ const Admin = (props) => {
return (
{modalView}
+ {editUserModal}
{data}
)
diff --git a/frontend/src/AppCreator.js b/frontend/src/AppCreator.js
index 2203d68d..c44b7168 100644
--- a/frontend/src/AppCreator.js
+++ b/frontend/src/AppCreator.js
@@ -639,7 +639,7 @@ const AppCreator = (props) => {
}
}
- if (item.body.length > 0) {
+ if (item.body !== undefined && item.body.length > 0) {
const required = false
newitem = {
"in": "body",
@@ -1525,7 +1525,7 @@ const AppCreator = (props) => {
//
const imageData = file.length > 0 ? file : fileBase64
- const imageInfo =
+ const imageInfo =
// Random names for type & autoComplete. Didn't research :^)
const landingpageDataBrowser =
diff --git a/frontend/src/SettingsPage.js b/frontend/src/SettingsPage.js
index 61577420..d03f928f 100644
--- a/frontend/src/SettingsPage.js
+++ b/frontend/src/SettingsPage.js
@@ -183,7 +183,7 @@ const Settings = (props) => {
APIKEY
- What is the API key used for?
+ What is the API key used for?