This commit is contained in:
Hongbo Wu
2023-10-19 21:50:16 +08:00
parent f750648824
commit d746510358

View File

@ -272,7 +272,7 @@ const sendSavePageMutation = async (userId, input) => {
}
}`,
variables: {
input: Object.assign({}, input),
input,
},
});