Skip to content

Commit cbe2f81

Browse files
committed
dev-demo: correct datatype in the sessions resource
1 parent 99d93c4 commit cbe2f81

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)