diff --git a/src/pages/InvoiceIn/Card/InvoiceInDescriptorProxy.vue b/src/pages/InvoiceIn/Card/InvoiceInDescriptorProxy.vue index e9ca762ed..2c8cab84f 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInDescriptorProxy.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInDescriptorProxy.vue @@ -5,7 +5,7 @@ import InvoiceInSummary from './InvoiceInSummary.vue'; const $props = defineProps({ id: { type: Number, - required: true, + default: null, }, });