Skip to content

Commit

Permalink
Merge pull request #5741 from storybooks/fix/bad-mockdata
Browse files Browse the repository at this point in the history
FIX bad mockdata
  • Loading branch information
ndelangen authored Feb 25, 2019
2 parents d5d1728 + fc62e9c commit fe22e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/src/components/sidebar/treeview/treeview.mockdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export const mockDataset = {
},
'2-22': {
isRoot: false,
isLeaf: false,
isComponent: true,
isLeaf: true,
isComponent: false,
id: '2-22',
depth: 1,
name: 'Child B2',
Expand Down

0 comments on commit fe22e17

Please sign in to comment.