Skip to content

Commit

Permalink
added flow status
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Nov 17, 2023
1 parent d4b32e9 commit bd1ab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Flow/FlowList/FlowList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const FlowList = () => {
>
<div className={styles.ImportDialog}>
{importStatus.map((status: any) => (
<div>
<div key={status.flowName}>
<strong>{status.flowName}:</strong> {status.status}
</div>
))}
Expand Down

0 comments on commit bd1ab9e

Please sign in to comment.