fix: show spinner after click on retry
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
@if (loading) {
|
||||
<app-data-spinner/>
|
||||
} @else {
|
||||
<button mat-fab color="primary" (click)="retryFunction.emit()">
|
||||
<button mat-fab color="primary" (click)="retryLoad()">
|
||||
<mat-icon>refresh</mat-icon>
|
||||
</button>
|
||||
}
|
||||
|
Reference in New Issue
Block a user