Skip to content

Commit

Permalink
feat(projects): enhance project form with improved input handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Nov 15, 2024
1 parent 738f80d commit e3602dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/forms/textarea.blade.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div>
<label for="{{ $name }}"
<label for="myeditorinstance"
class="block mb-2 text-sm font-medium text-gray-900">{{ $label }}</label>
<textarea
id="{{ $name }}"
id="myeditorinstance"
name="{{ $name }}"
class="@error($name)
bg-red-50
Expand Down

0 comments on commit e3602dc

Please sign in to comment.