Skip to content

Commit

Permalink
fix: correction in updating the subject image 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Sr-Iury committed Dec 3, 2024
1 parent 0be08db commit 43e6829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Section/Disciplinas/Form/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ const onSubmit = handleSubmit(async (values: FormOutput) => {
} else {
await apiClient.disciplinas.disciplinaUpdateOneById({
id: editId,
requestBody: {
...values,
...data,
},
});
Expand Down

0 comments on commit 43e6829

Please sign in to comment.