Skip to content

Commit

Permalink
fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Apr 20, 2023
1 parent f1ce507 commit fdd1f5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/vo_manager/voOverview.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,10 @@
style="margin-left: 5px; margin-bottom: 5px"
data-toggle="modal"
(click)="
showMembersOfTheProject(project.project_application_perun_id, project.perun_name);
showMembersOfTheProject(
project.project_application_perun_id,
project.project_application_shortnameg
);
usersModal.show()
"
>
Expand Down

0 comments on commit fdd1f5e

Please sign in to comment.