Collaboration
Add: - Collaboration/GroupChatSection.tsx : fitur room chat Fix: - Clear code: Hapus console pada beberapa file ### No Issue
This commit is contained in:
@@ -81,7 +81,6 @@ export default function CollaborationCreate() {
|
||||
|
||||
try {
|
||||
setIsLoading(true);
|
||||
console.log("[DATA]>>", newData);
|
||||
|
||||
const response = await apiCollaborationCreate({ data: newData });
|
||||
if (response.success) {
|
||||
|
||||
Reference in New Issue
Block a user