fix: Can't remove organizer (#6771)

This commit is contained in:
Michael Genson
2025-12-23 11:32:14 -06:00
committed by GitHub
parent 9b799ca441
commit 0971d59fa6
3 changed files with 12 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ withDefaults(defineProps<Props>(), {
canEdit: false,
});
const emit = defineEmits(["print", "input", "delete", "close", "edit"]);
const emit = defineEmits(["print", "input", "save", "delete", "close", "json", "edit"]);
const deleteDialog = ref(false);