mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
af3ea9e695
commit
3fe462f06f
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ export default {
|
|||
rootDocId: '5e74f1a7ce17ae0041dfd056'
|
||||
},
|
||||
argTypes: {
|
||||
onInit: { action: 'onInit' },
|
||||
onSelect: { action: 'onSelect' }
|
||||
},
|
||||
decorators: [
|
||||
|
|
Loading…
Reference in a new issue