Skip to content

Commit 529362d

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents 09eeb23 + cbe2f81 commit 529362d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-demo/resources/agent_resources/sessions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
},
3737
{
3838
name: 'created_at',
39-
type: AdminForthDataTypes.DATE,
39+
type: AdminForthDataTypes.DATETIME,
4040
fillOnCreate: ({ initialRecord, adminUser }) => (new Date()).toISOString(),
4141
showIn: {
4242
edit: false,

0 commit comments

Comments
 (0)