Skip to content

Commit

Permalink
Revert sample_notebook and update test-notebook to contain the new mo…
Browse files Browse the repository at this point in the history
…difiedStatus property

Signed-off-by: Paola <[email protected]>
  • Loading branch information
paolareategui committed Jul 3, 2024
1 parent 432c2a1 commit 0ead273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions notebooks/sample_notebook.json
Original file line number Diff line number Diff line change
Expand Up @@ -1282,8 +1282,5 @@
"FORM2",
"FORM3"
]
},
"modifiedStatus": {
"flag": false
}
}
5 changes: 4 additions & 1 deletion src/test-notebook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,8 @@ export const sampleNotebook:Notebook = {
"visible_types": [
"Primary"
]
}
},
"modifiedStatus": {
flag: false,
},
}

0 comments on commit 0ead273

Please sign in to comment.