Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsiminel committed May 6, 2024
1 parent c6b5d25 commit 8c046cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager2/src/app/admin/project/project.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class ProjectComponent implements OnInit {
'cpu': project_to_send.cpu,
'expire': project_to_send.expire,
'owner': project_to_send.owner,
'group': this.config.project_to_send.enable_group ? project_to_send.group : '',
'group': this.config.project.enable_group ? project_to_send.group : '',
'description' : project_to_send.description,
'access' : project_to_send.access,
'path': project_to_send.path,
Expand Down

0 comments on commit 8c046cf

Please sign in to comment.