Skip to content

Commit

Permalink
Update pagination position in Asset
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed Nov 15, 2024
1 parent 87832e2 commit b73047b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ <h2 mat-dialog-title>Assets</h2>
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
<mat-row *matRowDef="let row; columns: displayedColumns" (click)="onRowSelect(row)"></mat-row>
</mat-table>
<mat-paginator></mat-paginator>
</mat-dialog-content>
<mat-dialog-actions align="end">
<mat-paginator></mat-paginator>
<button mat-button [mat-dialog-close]="undefined">Close</button>
<button mat-stroked-button color="primary" [mat-dialog-close]="selection.selected" [disabled]="selection.isEmpty()">
@if (selection.selected.length > 1) {
Expand Down

0 comments on commit b73047b

Please sign in to comment.