feat(webui): add button to reset filters on Series view if there are no results

This commit is contained in:
Gauthier Roebroeck 2023-01-18 16:21:19 +08:00
parent 80b27989fb
commit 17ca7f74eb

View file

@ -432,6 +432,7 @@
icon="mdi-book-multiple"
icon-color="secondary"
>
<v-btn @click="resetSortAndFilters">{{ $t('common.reset_filters') }}</v-btn>
</empty-state>
<template v-else>