Skip to content
Snippets Groups Projects
Commit 92e6fe2b authored by Michail's avatar Michail
Browse files

changed the diff and id

parent 8a36b40f
No related merge requests found
......@@ -127,7 +127,7 @@ export function useNextClick(
}
const res = await updateOfferMutation({
variables: { offer: { id: offerFromContext.id, ...d } },
variables: { offer: { ...d, id: offerFromContext.id } },
});
const errors = convertOfferVerfificationToValidationObject(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment