Fix create menu and viewer evaluators not in sync with store values (#1634)

This commit is contained in:
arditdomi
2020-08-26 10:09:22 +01:00
committed by GitHub
parent fc88eb0c97
commit 651fb56ec6
3 changed files with 7 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ import { Subject } from 'rxjs';
export class InfoDrawerComponent implements OnChanges, OnInit, OnDestroy {
@Input()
nodeId: string;
@Input()
node: MinimalNodeEntity;