Skip to content

Commit

Permalink
fixed activity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendra-webkul committed Aug 21, 2024
1 parent 08d6945 commit 71fdd24
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ class="flex h-[74px] w-[84px] flex-col items-center justify-center gap-1 rounded
<x-slot:content>
<!-- Activity Type -->
<x-admin::form.control-group.control
type="hidden"
type="text"
name="type"
::value="selectedType.value"
v-model="selectedType.value"
/>

<!-- Id -->
<x-admin::form.control-group.control
type="hidden"
::name="entityControlName"
::value="entity.id"
/>

<!-- Title -->
<x-admin::form.control-group>
<x-admin::form.control-group.label class="required">
Expand Down Expand Up @@ -202,7 +202,7 @@ class="primary-button"
value: 'meeting'
}, {
label: "{{ trans('admin::app.components.activities.actions.activity.lunch') }}",
value: 'task'
value: 'lunch'
},
]
}
Expand Down

0 comments on commit 71fdd24

Please sign in to comment.