Added more descriptive features to workflows

This commit is contained in:
frikky
2021-05-04 17:35:03 +02:00
parent 3a8b61510b
commit 16d034b8e2
7 changed files with 723 additions and 149 deletions
+1 -1
View File
@@ -1644,7 +1644,7 @@ const Admin = (props) => {
}
const item = selectedOrganization.sync_features[key]
const newkey = key.replace("_", " ")
const newkey = key.replaceAll("_", " ")
const griditem = {
"primary": newkey,
"secondary": item.description === undefined || item.description === null || item.description.length === 0 ? "Not defined yet" : item.description,