[Notebook] new entries on brand new notebook not rendered (#3496)

* [Notebook] new entries on brand new notebook not rendered #3488

* Refactored code to 'mutateObject'  from one place only, add page to newly created section immediately,  update entries copy then call mutate to update it inside domainObject.

Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
Nikhil
2020-11-19 08:38:14 -08:00
committed by GitHub
parent 59946e89ef
commit d232dacc65
8 changed files with 147 additions and 151 deletions

View File

@@ -18,7 +18,9 @@
title="This item is missing"
></span>
</div>
<div class="c-tree__item__name c-object-label__name">
<div class="c-tree__item__name c-object-label__name"
:class="classList"
>
{{ observedObject.name }}
</div>
</a>