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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user