Skip to content

Commit ff26146

Browse files
committed
docs: change field type from DATE to DATETIME in agent resource docs
1 parent 6bed96e commit ff26146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • adminforth/documentation/docs/tutorial/08-Plugins

adminforth/documentation/docs/tutorial/08-Plugins/01-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default {
123123
},
124124
{
125125
name: 'created_at',
126-
type: AdminForthDataTypes.DATE,
126+
type: AdminForthDataTypes.DATETIME,
127127
fillOnCreate: () => (new Date()).toISOString(),
128128
showIn: {
129129
edit: false,

0 commit comments

Comments
 (0)