mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01: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-btn v-if="hash.action === PageHashAction.DELETE_MANUAL"
|
||||
:color="deleteRequested ? 'success': 'primary'"
|
||||
:disabled="matchCount === 0"
|
||||
:disabled="!matchCount"
|
||||
@click="deleteMatches"
|
||||
>
|
||||
<v-icon left v-if="deleteRequested">mdi-check</v-icon>
|
||||
|
|
|
|||
Loading…
Reference in a new issue