fixed : Project created permission for service
This commit is contained in:
parent
e755faecdc
commit
ae9ef7938d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user