Skip to content

Commit

Permalink
Fixed date time attribute component issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendra-webkul committed Dec 2, 2024
1 parent efa9b87 commit a4fc9b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<x-admin::form.control-group.control
type="date"
type="datetime"
:id="$attribute->code"
:name="$attribute->code"
:value="old($attribute->code) ?? $value"
Expand Down

0 comments on commit a4fc9b0

Please sign in to comment.