Merge pull request #3632 from overleaf/msm-navbar-collaborator-widget
[ReactNavToolbar] Collaborators widget GitOrigin-RevId: 65f2484962591103f02eb7624a974d0806b1abf0
This commit is contained in:
@@ -26,7 +26,12 @@ export function renderWithEditorContext(
|
||||
}
|
||||
return render(
|
||||
<ApplicationProvider>
|
||||
<EditorProvider setChatIsOpen={() => {}} setChatIsOpenAngular={() => {}}>
|
||||
<EditorProvider
|
||||
setChatIsOpen={() => {}}
|
||||
setChatIsOpenAngular={() => {}}
|
||||
openDoc={() => {}}
|
||||
onlineUsersArray={[]}
|
||||
>
|
||||
{children}
|
||||
</EditorProvider>
|
||||
</ApplicationProvider>
|
||||
|
||||
Reference in New Issue
Block a user