Fix flush cache

This commit is contained in:
everoddandeven 2024-10-19 16:00:34 +02:00
parent 9f3d611ae6
commit 59b0065b6f

View file

@ -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>