Skip to content

Commit 1b409ef

Browse files
committed
fix bug
1 parent 0fa8612 commit 1b409ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/class-detials/[classId]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const ClassDetails: React.FC<ClassDetailsProps> = ({ params }) => {
106106
reset(data.data);
107107
}
108108
}, [data, reset]);
109-
//test
109+
110110
const onSubmit = async (formData: any) => {
111111
try {
112112
await updateClass({

0 commit comments

Comments
 (0)