-
+ {examples.map((example, idx) => {
+ return(
+ )
+ })}
diff --git a/src/frontend/src/stores/flowsManagerStore.ts b/src/frontend/src/stores/flowsManagerStore.ts
index fac806c5f..96b443152 100644
--- a/src/frontend/src/stores/flowsManagerStore.ts
+++ b/src/frontend/src/stores/flowsManagerStore.ts
@@ -37,6 +37,10 @@ const past = {};
const future = {};
const useFlowsManagerStore = create