Disable block viz/map loading spinners on previews
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user