A tons of minor fixes for the onboarding flow and search systems

This commit is contained in:
Frikky
2023-11-06 08:32:58 +01:00
parent 492c3c3258
commit cf4aa71f80
18 changed files with 799 additions and 367 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export const findSpecificApp = (framework, inputcategory) => {
description: "",
id: "",
}
} else if (category === "communication") {
} else if (category === "communication" || category === "comms") {
if (framework["Comms"] !== undefined && framework["Comms"].name !== undefined) {
return framework["Comms"]
}