File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/Webkul/Admin/src/Resources/views/components/activities/actions Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,18 @@ class="flex h-[74px] w-[84px] flex-col items-center justify-center gap-1 rounded
56
56
<x-slot:content >
57
57
<!-- Activity Type -->
58
58
<x-admin::form .control-group.control
59
- type =" hidden "
59
+ type =" text "
60
60
name =" type"
61
- ::value =" selectedType.value"
61
+ v-model =" selectedType.value"
62
62
/>
63
-
63
+
64
64
<!-- Id -->
65
65
<x-admin::form .control-group.control
66
66
type =" hidden"
67
67
::name =" entityControlName"
68
68
::value =" entity.id"
69
69
/>
70
-
70
+
71
71
<!-- Title -->
72
72
<x-admin::form .control-group >
73
73
<x-admin::form .control-group.label class =" required" >
@@ -202,7 +202,7 @@ class="primary-button"
202
202
value: ' meeting'
203
203
}, {
204
204
label: " {{ trans (' admin::app.components.activities.actions.activity.lunch' ) } }" ,
205
- value: ' task '
205
+ value: ' lunch '
206
206
},
207
207
]
208
208
}
You can’t perform that action at this time.
0 commit comments