diff --git a/client/src/components/History/Content/Dataset/DatasetDetails.vue b/client/src/components/History/Content/Dataset/DatasetDetails.vue index 5cf6b2880e1..ad083eb7558 100644 --- a/client/src/components/History/Content/Dataset/DatasetDetails.vue +++ b/client/src/components/History/Content/Dataset/DatasetDetails.vue @@ -26,6 +26,7 @@ const props = withDefaults(defineProps(), { const emit = defineEmits<{ (e: "toggleHighlights"): void; + (e: "edit"): void; }>(); const result = computed(() => datasetStore.getDataset(props.id));