Skip to content

Commit

Permalink
Fix factory name after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed May 3, 2024
1 parent 272541d commit c84ac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyterlab-collaborative-chat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const chatCommands: JupyterFrontEndPlugin<void> = {
// The chat is opened in the main area
commands.execute('docmanager:open', {
path: `RTC:${filepath}`,
factory: 'chat-factory'
factory: FACTORY
});
}
}
Expand Down

0 comments on commit c84ac7b

Please sign in to comment.