1
0

feat(filter): add button to show filter results

This commit is contained in:
kolaente
2024-03-08 13:26:31 +01:00
parent b35eb4adbf
commit 0c947790e8
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,15 @@
v-model="params.filter"
:project-id="projectId"
/>
<template #footer>
<x-button
variant="primary"
@click.prevent.stop="change()"
>
{{ $t('filters.showResults') }}
</x-button>
</template>
</card>
</template>