Merge pull request #3439 from overleaf/fix-file-tree-stories

Add missing onInit prop to file-tree stories

GitOrigin-RevId: 161977a1051eb437999c1af7aa73d3b4a60d4a56
This commit is contained in:
Hugh O'Brien 2020-12-09 11:56:02 +00:00 committed by Copybot
parent af3ea9e695
commit 3fe462f06f

View file

@ -119,6 +119,7 @@ export default {
rootDocId: '5e74f1a7ce17ae0041dfd056'
},
argTypes: {
onInit: { action: 'onInit' },
onSelect: { action: 'onSelect' }
},
decorators: [