mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 12:07:24 +00:00
fix(console): initial project list size
* fix: one item menus height issue Closes #6140 * fix : initial project list size --------- Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
parent
c790715628
commit
3011268993
@ -60,6 +60,7 @@ export class ProjectListComponent implements OnInit, OnDestroy {
|
||||
public ProjectState: any = ProjectState;
|
||||
public ProjectType: any = ProjectType;
|
||||
private destroy$: Subject<void> = new Subject();
|
||||
public INITIAL_PAGE_SIZE: number = 20;
|
||||
|
||||
constructor(
|
||||
public translate: TranslateService,
|
||||
@ -84,7 +85,7 @@ export class ProjectListComponent implements OnInit, OnDestroy {
|
||||
break;
|
||||
}
|
||||
|
||||
this.getData(type);
|
||||
this.getData(type, this.INITIAL_PAGE_SIZE, 0);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user