@hestia-earth/ui-components 0.41.47 → 0.41.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8874,7 +8874,7 @@ class NodeLogsModelsContributionsComponent {
|
|
|
8874
8874
|
...commonKeys,
|
|
8875
8875
|
...unique(this.rows()
|
|
8876
8876
|
.map(row => Object.keys(row))
|
|
8877
|
-
.flat()).filter(v => ![...ignoreKeys$2, ...commonKeys].includes(v))
|
|
8877
|
+
.flat()).filter(v => !['distribution', ...ignoreKeys$2, ...commonKeys].includes(v))
|
|
8878
8878
|
], ...(ngDevMode ? [{ debugName: "columns" }] : []));
|
|
8879
8879
|
this.sortBy = signal('contribution', ...(ngDevMode ? [{ debugName: "sortBy" }] : []));
|
|
8880
8880
|
this.sortOrder = signal('desc', ...(ngDevMode ? [{ debugName: "sortOrder" }] : []));
|