Fixed problem on CommunityExamples
This commit is contained in:
parent
4f45bf8203
commit
34c624ad82
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ export default function CommunityPage(): JSX.Element {
|
|||
examples.map((flow, idx) => (
|
||||
<CardComponent
|
||||
key={idx}
|
||||
flow={flow}
|
||||
isFlow
|
||||
data={flow}
|
||||
id={flow.id}
|
||||
button={
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue