Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Oct 2, 2024
1 parent 99dd98d commit 552639c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confiture-web-app/src/components/audit/PagesSample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = defineProps<{
}>();
const emit = defineEmits<{
(e: "update:modelValue", payload: Omit<AuditPage, "id">[]): void;
(e: "update:modelValue", payload: Omit<AuditPage, "id" | "order">[]): void;
}>();
// Allow parent to focus last field
Expand Down

0 comments on commit 552639c

Please sign in to comment.