mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 20:15:47 +02:00
fix(webui): properly set known hash card button initial status
This commit is contained in:
parent
c93097d045
commit
17c76de308
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn v-if="hash.action === PageHashAction.DELETE_MANUAL"
|
<v-btn v-if="hash.action === PageHashAction.DELETE_MANUAL"
|
||||||
:color="deleteRequested ? 'success': 'primary'"
|
:color="deleteRequested ? 'success': 'primary'"
|
||||||
:disabled="matchCount === 0"
|
:disabled="!matchCount"
|
||||||
@click="deleteMatches"
|
@click="deleteMatches"
|
||||||
>
|
>
|
||||||
<v-icon left v-if="deleteRequested">mdi-check</v-icon>
|
<v-icon left v-if="deleteRequested">mdi-check</v-icon>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue