Skip to content

Commit

Permalink
fix: Use correct sort of application in type def tree example (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst authored Jul 5, 2023
2 parents d2b4b39 + fffbbb5 commit a3bc447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TreeReactFlow/TreeReactFlow.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ const typeDef1: TypeDef = {
fields: [
{
nodeId: "1101",
body: { tag: "NoBody", contents: "APP" },
body: { tag: "NoBody", contents: "TApp" },
childTrees: [
{
nodeId: "1102",
body: { tag: "NoBody", contents: "APP" },
body: { tag: "NoBody", contents: "TApp" },
childTrees: [
{
nodeId: "1103",
Expand Down

0 comments on commit a3bc447

Please sign in to comment.