mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
fix(webui): disable match button on PageHashKnownCard if there's no matches
This commit is contained in:
parent
63e3e7a8ac
commit
f3a43195e8
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
@click="$emit('matches-clicked')"
|
||||
outlined
|
||||
rounded
|
||||
:disabled="hash.matchCount == 0"
|
||||
>
|
||||
{{ $tc('duplicate_pages.matches_n', hash.matchCount) }}
|
||||
</v-btn>
|
||||
|
|
|
|||
Loading…
Reference in a new issue