Skip to content

Commit

Permalink
remove duplicate items from filebrowser toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Nov 4, 2024
1 parent c8e303f commit 7041a66
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions schema/widget.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
{
"jupyter.lab.toolbars": {
"FileBrowser": [
{
"name": "new-directory",
"command": "filebrowser:create-new-directory",
"rank": 10
},
{ "name": "uploader", "rank": 20 },
{ "name": "refresh", "command": "filebrowser:refresh", "rank": 30 },
{
"name": "drive",
"command": "drives:open-drives-dialog",
"rank": 35
},
{ "name": "fileNameSearcher", "rank": 40 }
}
]
},
"title": "'@jupyter/drives",
Expand Down

0 comments on commit 7041a66

Please sign in to comment.