fix: refs #8647 set default value for id prop in InvoiceInDescriptorProxy component
This commit is contained in:
parent
c2d8c76512
commit
abf2a5bb5d
|
@ -5,7 +5,7 @@ import InvoiceInSummary from './InvoiceInSummary.vue';
|
|||
const $props = defineProps({
|
||||
id: {
|
||||
type: Number,
|
||||
required: true,
|
||||
default: null,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue