Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
apodacaduron committed Jun 22, 2024
1 parent 9ed22dc commit d5abc38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/sales/components/UpdateSaleSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ watch(openModel, (nextOpenValue) => {
</SheetDescription>
</SheetHeader>
<form @submit="onSubmit" class="flex flex-col gap-6 mt-6 mb-6">
{{ formInstance.values }}
<FormField v-slot="{ componentField }" name="status">
<FormItem v-auto-animate>
<FormLabel>Status de venta</FormLabel>
Expand Down

0 comments on commit d5abc38

Please sign in to comment.