Fix app dragging and data mapping issues in frontend

This commit is contained in:
frikky
2021-05-26 10:56:10 +02:00
parent f0065eaa11
commit 878f796dd5
3 changed files with 329 additions and 277 deletions
-2
View File
@@ -1485,8 +1485,6 @@ const ParsedAction = (props) => {
const iconInfo = GetIconInfo({"name": data.name})
const useIcon = iconInfo.originalIcon
// ROFL FIXME - loop
newActionname = (newActionname.charAt(0).toUpperCase()+newActionname.substring(1)).replaceAll("_", " ")
return (