Fixes to tree

This commit is contained in:
Jori Lallo
2016-06-26 22:15:15 -07:00
parent 6fef3137a1
commit e967033b28
5 changed files with 16 additions and 7 deletions

View File

@@ -51,6 +51,8 @@ const store = new class DocumentSceneStore {
id: this.document.atlas.id,
tree: tree,
});
const { data } = res;
this.document.atlas = data;
} catch (e) {
console.error("Something went wrong");
}