Skip to content

Commit

Permalink
bug: should manually build payload in mapping (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol authored Oct 29, 2024
1 parent 546c69d commit 217de9d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ export const NetsuiteIntegrationMapItemDialog = forwardRef<NetsuiteIntegrationMa
externalName,
integrationId: localData?.integrationId as string,
mappingType: localData?.type as MappingTypeEnum,
...values,
},
},
})
Expand All @@ -382,7 +381,6 @@ export const NetsuiteIntegrationMapItemDialog = forwardRef<NetsuiteIntegrationMa
integrationId: localData?.integrationId as string,
mappableType: localData?.type as MappableTypeEnum,
mappableId: localData?.lagoMappableId as string,
...values,
},
},
})
Expand All @@ -406,7 +404,6 @@ export const NetsuiteIntegrationMapItemDialog = forwardRef<NetsuiteIntegrationMa
externalName,
integrationId: localData?.integrationId as string,
mappingType: localData?.type as unknown as MappingTypeEnum,
...values,
},
},
})
Expand All @@ -421,7 +418,6 @@ export const NetsuiteIntegrationMapItemDialog = forwardRef<NetsuiteIntegrationMa
integrationId: localData?.integrationId as string,
mappableType: localData?.type as unknown as MappableTypeEnum,
mappableId: localData?.lagoMappableId as string,
...values,
},
},
})
Expand Down

0 comments on commit 217de9d

Please sign in to comment.