Workflow syncs

This commit is contained in:
Frikky
2025-03-03 10:52:41 +01:00
parent 3b16d94ebc
commit 410a61af1c
5 changed files with 569 additions and 104 deletions
+2 -1
View File
@@ -510,7 +510,6 @@ const Hits = ({
fontFamily: theme?.typography?.fontFamily
}}
onClick={() => {
console.log("App modal", data)
handleAppClick(data);
}}
>
@@ -1299,6 +1298,8 @@ const Apps2 = (props) => {
//console.log("Failed to get apps from localstorage: ", e)
}
setIsLoading(true);
fetch(globalUrl + "/api/v1/apps", {
method: "GET",
headers: {