merged with v3

This commit is contained in:
2025-06-04 15:14:47 +05:30
180 changed files with 8717 additions and 5228 deletions

View File

@@ -66,6 +66,7 @@ const DashboardCard: React.FC<DashBoardCardProps> = ({
}
setProjectName(projectName);
console.log('projectId: ', projectId);
navigate(`/${projectId}`);
};