Skip to content

Commit 7b6217c

Browse files
committed
Remove the writable false as we are using a custom factory anyways
1 parent 4ef8a80 commit 7b6217c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pages/notebook.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ export const notebookPlugin: JupyterFrontEndPlugin<void> = {
7070
await contents.save(filename, {
7171
content,
7272
format: 'json',
73-
type: 'notebook',
74-
writable: false
73+
type: 'notebook'
7574
});
7675

7776
await commands.execute('docmanager:open', {
-1.39 KB
Loading

0 commit comments

Comments
 (0)