fix(invite): check Toolbox render method error
The app will crash for me with react complaining about not a component being passed.
This commit is contained in:
parent
e098ad87f4
commit
81fc961998
|
@ -1,3 +1,4 @@
|
|||
export { default as AddPeopleDialog } from './AddPeopleDialog';
|
||||
export { default as InfoDialogButton } from './InfoDialogButton';
|
||||
export { default as InviteButton } from './InviteButton';
|
||||
export { DialInSummary } from './dial-in-summary';
|
||||
|
|
Loading…
Reference in New Issue