Skip to content

Commit

Permalink
fix: change date fieldtype to Datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Dec 11, 2024
1 parent 81aac9c commit 0eaebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/app/Invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"fieldname": "date",
"label": "Date",
"fieldtype": "Date",
"fieldtype": "Datetime",
"required": true,
"section": "Default"
},
Expand Down

0 comments on commit 0eaebef

Please sign in to comment.