Fix database offline record format bug & basic sync logic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-30 22:00:52 -05:00
parent 9258bf4d71
commit 708c029079
2 changed files with 11 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ export class DatabaseComponent extends EditorNodeContract implements OnInit {
ngOnInit() {
this.editorService.registerNodeEditor(this.nodeId, this).then(() => {
console.log('database editor', this);
});
}