Skip to content

Commit

Permalink
Fix flush cache
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 19, 2024
1 parent 9f3d611 commit 59b0065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/transactions/transactions.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ <h4 class="mb-3">Flush bad transactions / blocks from the cache</h4>
</form>
</div>
</div>
<button *ngIf="!flushingCache" class="w-100 btn btn-primary btn-lg" type="button" [disabled]="!canRelay" (click)="flushCache()">Flush Cache</button>
<button *ngIf="!flushingCache" class="w-100 btn btn-primary btn-lg" type="button" (click)="flushCache()">Flush Cache</button>
</div>


Expand Down

0 comments on commit 59b0065

Please sign in to comment.