Skip to content

Commit

Permalink
Fixed Issue krayin#1938
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Jan 10, 2025
1 parent ff83fe7 commit 008b2a0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class="flex h-[74px] w-[84px] flex-col items-center justify-center gap-1 rounded
<x-admin::form.control-group.control
type="text"
name="title"
rules="required"
rules="required|max:80"
:label="trans('admin::app.components.activities.actions.activity.title-control')"
/>

Expand All @@ -120,7 +120,10 @@ class="flex h-[74px] w-[84px] flex-col items-center justify-center gap-1 rounded
<x-admin::form.control-group.control
type="textarea"
name="comment"
rules="max:500"
/>

<x-admin::form.control-group.error control-name="comment" />
</x-admin::form.control-group>

<!-- Participants -->
Expand Down

0 comments on commit 008b2a0

Please sign in to comment.