fixed : Project created permission for service

This commit is contained in:
pramod.mahajan 2025-12-11 10:37:39 +05:30
parent e755faecdc
commit ae9ef7938d

View File

@ -225,7 +225,7 @@ const ProjectPage = () => {
)}
</div>
{HasManageProject && (
{(HasManageProject || !coreProjects) && (
<button
type="button"
className="btn btn-primary btn-sm d-flex align-items-center my-2"