Skip to content

Commit

Permalink
Merge pull request #19333 from davelopez/24.1_fix_storage_overview_ac…
Browse files Browse the repository at this point in the history
…tions_label

[24.1] Use correct label to display in ObjectStoreActions
  • Loading branch information
bgruening authored Dec 16, 2024
2 parents 1a91049 + faa7904 commit 9d0e800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const props = defineProps<Props>();
library.add(faChartBar);
const label = computed(() => props.data.id);
const label = computed(() => props.data.label);
const viewDetailsIcon = computed(() => "chart-bar");
const emit = defineEmits<{
Expand Down

0 comments on commit 9d0e800

Please sign in to comment.