We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1466d11 commit 815ebabCopy full SHA for 815ebab
1 file changed
adminforth/dataConnectors/postgres.ts
@@ -213,6 +213,7 @@ class PostgresConnector extends AdminForthBaseConnector implements IAdminForthDa
213
}
214
215
216
+
217
if (field.type == AdminForthDataTypes.DATE) {
218
if (!value) {
219
return null;
0 commit comments