- fixed cropped live feed and amended APIs for submission

This commit is contained in:
2025-11-10 11:55:15 +00:00
parent a734de6261
commit ddeedd2d72
7 changed files with 281 additions and 53 deletions

View File

@@ -114,7 +114,6 @@ const SettingForms = () => {
laneId: laneIdQuery?.data?.id,
LID1: values.LID1,
LID2: values.LID2,
LID3: values.LID3,
};
await bof2LandMutation.mutateAsync(bof2LaneData);
await backOfficeDispatcherMutation.mutateAsync(bof2ConstantsData);