mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 09:29:36 +00:00
Fix flush cache
This commit is contained in:
parent
9f3d611ae6
commit
59b0065b6f
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@
|
|||
</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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue