Disable block viz/map loading spinners on previews

This commit is contained in:
Mononaut
2022-09-09 19:01:32 +00:00
parent c0fd227f9a
commit f5957fb928
7 changed files with 8 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ export class NodesChannelsMap implements OnInit {
@Input() fitContainer = false;
@Input() hasLocation = true;
@Input() placeholder = false;
@Input() disableSpinner = false;
@Output() readyEvent = new EventEmitter();
channelsObservable: Observable<any>;