Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Aug 4, 2024
1 parent ffc5dbc commit 0aa4eb1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<div class="col-span-6 sm:col-span-6">
<InputLabel value="Name" />
{{ modelValue.name }}
<TextInput v-model="modelValue.name" type="text" class="mt-1 block w-full" />
<InputError :message="modelValue.errors.name" class="mt-2" />
</div>
Expand Down

0 comments on commit 0aa4eb1

Please sign in to comment.