2
0
visuddhinanda 3 жил өмнө
parent
commit
5db865ec2d

+ 1 - 0
dashboard/src/components/course/AddMember.tsx

@@ -31,6 +31,7 @@ const Widget = ({ courseId, onCreated }: IWidget) => {
             user_id: values.userId,
             role: values.role,
             course_id: courseId,
+            operating: "invite",
           }).then((json) => {
             console.log("add member", json);
             if (json.ok) {