fix(webui): disable match button on PageHashKnownCard if there's no matches

This commit is contained in:
Gauthier Roebroeck 2023-06-29 14:22:55 +08:00
parent 63e3e7a8ac
commit f3a43195e8

View file

@ -37,6 +37,7 @@
@click="$emit('matches-clicked')"
outlined
rounded
:disabled="hash.matchCount == 0"
>
{{ $tc('duplicate_pages.matches_n', hash.matchCount) }}
</v-btn>