Skip to content

Commit

Permalink
Fix plugin id for toolbar registry (#11899)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 20, 2022
1 parent 50fa004 commit ea1529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apputils-extension/src/toolbarregistryplugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
* The default toolbar registry.
*/
export const toolbarRegistry: JupyterFrontEndPlugin<IToolbarWidgetRegistry> = {
id: '@jupyter/apputils-extension:toolbar-registry',
id: '@jupyterlab/apputils-extension:toolbar-registry',
autoStart: true,
provides: IToolbarWidgetRegistry,
activate: (app: JupyterFrontEnd) => {
Expand Down

0 comments on commit ea1529b

Please sign in to comment.