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
This was initially typed to be in line with FormFieldDto, but this is wrong because Logic contains nested objects which are not primitives, resulting in LogicDto only containing _id and logicType.
The text was updated successfully, but these errors were encountered:
as discussed, the fix mentioned above doesn't work because the logic schema contains a nested condition schema, which won't have its Mongoose properties removed
In
src/types/form_logic.ts
,LogicDto
is typed asThis was initially typed to be in line with
FormFieldDto
, but this is wrong because Logic contains nested objects which are not primitives, resulting inLogicDto
only containing_id
andlogicType
.The text was updated successfully, but these errors were encountered: