Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Remove extra @jupyterlab/filebrowser-extension:download
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 1, 2021
1 parent efa9740 commit 1974bad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ async function main() {
),
require('@jupyterlab/docprovider-extension'),
require('@jupyterlab/filebrowser-extension').default.filter(({ id }) =>
[
'@jupyterlab/filebrowser-extension:factory',
'@jupyterlab/filebrowser-extension:download'
].includes(id)
['@jupyterlab/filebrowser-extension:factory'].includes(id)
),
require('@jupyterlab/fileeditor-extension').default.filter(({ id }) =>
['@jupyterlab/fileeditor-extension:plugin'].includes(id)
Expand Down

0 comments on commit 1974bad

Please sign in to comment.