From bd1ab9e542d0acc7339576409a201cd5218e63ae Mon Sep 17 00:00:00 2001 From: mdshamoon Date: Fri, 17 Nov 2023 23:17:49 +0530 Subject: [PATCH] added flow status --- src/containers/Flow/FlowList/FlowList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Flow/FlowList/FlowList.tsx b/src/containers/Flow/FlowList/FlowList.tsx index a200f3da2..cf01c3983 100644 --- a/src/containers/Flow/FlowList/FlowList.tsx +++ b/src/containers/Flow/FlowList/FlowList.tsx @@ -127,7 +127,7 @@ export const FlowList = () => { >
{importStatus.map((status: any) => ( -
+
{status.flowName}: {status.status}
))}