all quotas
This commit is contained in:
@@ -19,7 +19,7 @@ export class InfoComponent implements OnInit {
|
||||
this.permissions = data;
|
||||
})
|
||||
|
||||
this.quotaService.quotas().subscribe((data: any) => {
|
||||
this.quotaService.quotasAll().subscribe((data: any) => {
|
||||
this.quotas = data;
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user