Skip to content

Commit eb9f441

Browse files
committed
fixed activity issue
1 parent a918be2 commit eb9f441

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/Webkul/Admin/src/Resources/views/components/activities/actions/activity.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ class="flex h-[74px] w-[84px] flex-col items-center justify-center gap-1 rounded
5656
<x-slot:content>
5757
<!-- Activity Type -->
5858
<x-admin::form.control-group.control
59-
type="hidden"
59+
type="text"
6060
name="type"
61-
::value="selectedType.value"
61+
v-model="selectedType.value"
6262
/>
63-
63+
6464
<!-- Id -->
6565
<x-admin::form.control-group.control
6666
type="hidden"
6767
::name="entityControlName"
6868
::value="entity.id"
6969
/>
70-
70+
7171
<!-- Title -->
7272
<x-admin::form.control-group>
7373
<x-admin::form.control-group.label class="required">
@@ -202,7 +202,7 @@ class="primary-button"
202202
value: 'meeting'
203203
}, {
204204
label: "{{ trans('admin::app.components.activities.actions.activity.lunch') }}",
205-
value: 'task'
205+
value: 'lunch'
206206
},
207207
]
208208
}

0 commit comments

Comments
 (0)