fix(ItemDescriptorProxy): add proxy-render prop to ItemDescriptor component
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-04-25 08:33:51 +02:00
parent 4eff607ecb
commit 0748a2728c
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ const $props = defineProps({
:dated="dated" :dated="dated"
:sale-fk="saleFk" :sale-fk="saleFk"
:warehouse-fk="warehouseFk" :warehouse-fk="warehouseFk"
:proxy-render="true"
/> />
</QPopupProxy> </QPopupProxy>
</template> </template>