Skip to content
Snippets Groups Projects
Commit 0974d0dd authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #16839 TIME 0:02 Create user/click on the groups segment: fix error js...

FIX #16839 TIME 0:02 Create user/click on the groups segment: fix error js cannot read property length of undefined
parent ba1a174e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<ion-label>{{'lang.informations' | translate}}</ion-label>
<ion-icon name="information-circle"></ion-icon>
</ion-segment-button>
<ion-segment-button value="groups">
<ion-segment-button [disabled]="creationMode" value="groups">
<ion-label>{{'lang.manage_groups' | translate}}</ion-label>
<ion-icon name="people-sharp"></ion-icon>
</ion-segment-button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment