You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adminjs: {rootPath: '/admin',loginPath: '/admin/login',logoutPath: '/admin/logout',
componentLoader,resources: [{resource: newLucidResource(User,'postgres'),options: {properties: {// Add this to ensure all properties are includedid: {isVisible: true},// Add custom property types for date and datetime fieldscreatedAt: {type: 'datetime'},updatedAt: {type: 'datetime'},},},},
and I would get rows of unexpected type errors
Seems to be working fine creating a new row at least.
Contact Details
No response
What happened?
I have a column with datetime
Seems to be working fine creating a new row at least.
How do I silence the errors?
Bug prevalence
All the time
AdminJS dependencies version
What browsers do you see the problem on?
No response
Relevant log output
No response
Relevant code that's giving you issues
No response
The text was updated successfully, but these errors were encountered: