This commit is contained in:
Li1304553726 2025-02-24 19:35:22 +08:00
commit 6d14e4ecdc
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ export function CourseFormProvider({
});
message.success("课程更新成功!");
} else {
const result = await create.mutateAsync({
const result = await createCourse.mutateAsync({
courseDetail: {
data: {
title: formattedValues.title || "12345",