Remove indexing indicator

This commit is contained in:
softsimon
2023-03-21 23:17:09 +09:00
parent a2e23014f4
commit bf5821c8c8
2 changed files with 0 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ export class NodesChannelsMap implements OnInit {
channelCurve = 0;
nodeSize = 4;
isLoading = false;
showIndexingInProgress = false;
chartInstance = undefined;
chartOptions: EChartsOption = {};