Skip to content

Commit 0fa8612

Browse files
committed
test
1 parent 2c073e4 commit 0fa8612

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-
109+
//test
110110
const onSubmit = async (formData: any) => {
111111
try {
112112
await updateClass({

0 commit comments

Comments
 (0)