Skip to content

Commit

Permalink
Fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed May 6, 2022
1 parent 0be9df9 commit b44e9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/notebook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ export class NotebookState {
data.push({
type: cell.type,
hidden: cell.hidden,
displayDebug: false,
value: cell.value,
});
}
Expand Down

0 comments on commit b44e9fd

Please sign in to comment.