This commit is contained in:
2025-08-11 17:09:39 +05:30
parent 71f5d2875d
commit 01f0fa7cd7
3 changed files with 20 additions and 31 deletions

View File

@@ -74,7 +74,7 @@ const FileMenu: React.FC = () => {
// }
//API for projects rename
const updatedProjectName = await updateProject(
projectId,
userId,
@@ -82,7 +82,6 @@ const FileMenu: React.FC = () => {
undefined,
projectName
);
console.log("updatedProjectName: ", updatedProjectName, projectId);
} catch (error) {
console.error("Error updating project name:", error);
}