We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a9626 commit 454161fCopy full SHA for 454161f
adminforth/dataConnectors/baseConnector.ts
@@ -265,7 +265,7 @@ export default class AdminForthBaseConnector implements IAdminForthDataSourceCon
265
if (!dayjs(value).isValid()) {
266
throw new Error(`Value is not a valid datetime. Field ${field.name} with type is ${field.type}, but got value: ${value} with type ${typeof value}`);
267
}
268
- return this.setFieldValue(field, dayjs(value).toISOString());
+ return this.setFieldValue(field, value);
269
270
271
// Time
0 commit comments