Collaboration

Add:
- Collaboration/GroupChatSection.tsx : fitur room chat

Fix:
- Clear code: Hapus console pada beberapa file

### No Issue
This commit is contained in:
2025-09-24 15:28:16 +08:00
parent 99f058a92f
commit 8c5602b809
12 changed files with 598 additions and 175 deletions

View File

@@ -81,7 +81,6 @@ export default function CollaborationCreate() {
try {
setIsLoading(true);
console.log("[DATA]>>", newData);
const response = await apiCollaborationCreate({ data: newData });
if (response.success) {