Fix notebook sync (#4738)

* Do not keep fetching default notebook

* Fixes issue where notebooks would stop listening for remote changes.

* Fix issue with notebook merge conflicts
This commit is contained in:
Andrew Henry
2022-01-20 18:43:17 -08:00
committed by GitHub
parent 556f762d20
commit 91e909bb4a
4 changed files with 29 additions and 50 deletions

View File

@@ -120,7 +120,6 @@ export function addNotebookEntry(openmct, domainObject, notebookStorage, embed =
const newEntries = addEntryIntoPage(notebookStorage, entries, entry);
addDefaultClass(domainObject, openmct);
mutateObject(openmct, domainObject, 'configuration.entries', newEntries);
return id;