feat(filter): add button to show filter results
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user