mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Add missing event declaration
Fixes typescript error: Argument of type '"edit"' is not assignable to parameter of type '"toggleHighlights"'
This commit is contained in:
@@ -26,6 +26,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: "toggleHighlights"): void;
|
||||
(e: "edit"): void;
|
||||
}>();
|
||||
|
||||
const result = computed(() => datasetStore.getDataset(props.id));
|
||||
|
||||
Reference in New Issue
Block a user