File tree 1 file changed +4
-2
lines changed
packages/Webkul/Admin/src/Resources/views/activities
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,9 @@ class="primary-button"
60
60
@lang (' admin::app.activities.edit.schedule_from' )
61
61
</x-admin::form .control-group.label >
62
62
63
- <x-admin::flat-picker .datetime class =" !w-full" ::allow-input =" false " >
63
+ <x-admin::flat-picker .datetime class =" !w-full" ::allow-input =" true " >
64
64
<input
65
+ name =" schedule_from"
65
66
value =" {{ old (' schedule_from' ) ?? $activity -> schedule_from } }"
66
67
class =" flex w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400"
67
68
placeholder =" @lang (' admin::app.activities.edit.schedule_from' )"
@@ -74,8 +75,9 @@ class="flex w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-
74
75
@lang (' admin::app.activities.edit.schedule_to' )
75
76
</x-admin::form .control-group.label >
76
77
77
- <x-admin::flat-picker .datetime class =" !w-full" ::allow-input =" false " >
78
+ <x-admin::flat-picker .datetime class =" !w-full" ::allow-input =" true " >
78
79
<input
80
+ name =" schedule_to"
79
81
value =" {{ old (' schedule_to' ) ?? $activity -> schedule_to } }"
80
82
class =" flex w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400"
81
83
placeholder =" @lang (' admin::app.activities.edit.schedule_to' )"
You can’t perform that action at this time.
0 commit comments