refactor: refs #8930 remove unused template for create dialog in InvoiceInVehicle component

This commit is contained in:
Jose Antonio Tubau 2025-04-29 09:43:43 +02:00
parent eb8e0d1334
commit 0c04c06024
1 changed files with 0 additions and 7 deletions

View File

@ -103,12 +103,5 @@ async function unassignVehicle(id) {
<VehicleDescriptorProxy :id="row?.vehicleFk" />
</span>
</template>
<!-- <template #more-create-dialog="{ data }">
<VnInputNumber
:label="t('invoiceIn.list.amount')"
v-model="data.amount"
required
/>
</template> -->
</VnTable>
</template>