Skip to content

Commit

Permalink
Fix plugin name for @jupyterlab/apputils-extension:sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 18, 2022
1 parent 4faf064 commit 47b0c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function main() {
require('@jupyterlab/apputils-extension').default.filter(({ id }) =>
[
'@jupyterlab/apputils-extension:palette',
'@jupyter/apputils-extension:sanitizer',
'@jupyterlab/apputils-extension:sanitizer',
'@jupyterlab/apputils-extension:settings',
'@jupyterlab/apputils-extension:state',
'@jupyterlab/apputils-extension:themes',
Expand Down

0 comments on commit 47b0c4f

Please sign in to comment.