Skip to content

Commit

Permalink
Fixed error due to vnext merge in branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanruii committed Mar 23, 2024
1 parent da5435d commit 1525f8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const CanvasAccessibleComponent: React.FC<Props> = props => {
collectionList={canvasSchema.tables}
relationList={canvasSchema.relations}
/>
<RelationListAccessible relationList={canvasSchema.relations} />
<RelationListAccessible canvasSchema={canvasSchema} />
</>
);
};

0 comments on commit 1525f8f

Please sign in to comment.