diff --git a/client/src/components/User/DiskUsage/Visualizations/ObjectStoreActions.vue b/client/src/components/User/DiskUsage/Visualizations/ObjectStoreActions.vue index 2f28f1fcba8b..55d7a7c70d75 100644 --- a/client/src/components/User/DiskUsage/Visualizations/ObjectStoreActions.vue +++ b/client/src/components/User/DiskUsage/Visualizations/ObjectStoreActions.vue @@ -17,7 +17,7 @@ const props = defineProps(); library.add(faChartBar); -const label = computed(() => props.data.id); +const label = computed(() => props.data.label); const viewDetailsIcon = computed(() => "chart-bar"); const emit = defineEmits<{