Skip to content

Commit

Permalink
Use correct label to display in ObjectStoreActions
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Dec 16, 2024
1 parent 1a91049 commit faa7904
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 faa7904

Please sign in to comment.