Cloud file sync :)

This commit is contained in:
Frikky
2025-06-01 23:46:32 +02:00
parent 063c82ee0d
commit b1920b6777
7 changed files with 98 additions and 42 deletions
+3 -1
View File
@@ -1349,7 +1349,9 @@ const Workflows2 = (props) => {
// When there are no workflows, we can set the loading to false
setIsLoadingWorkflow(false)
if (currTab !== 2) {
toast("No workflows found. Showing workflow discovery")
toast.info("No workflows found in this org. Feel free to look into our public workflows!" , {
timeout: 7500,
})
setCurrTab(2)
}
}