feat(filter): add button to show filter results
This commit is contained in:
parent
b35eb4adbf
commit
0c947790e8
@ -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>
|
||||
|
||||
|
@ -385,6 +385,7 @@
|
||||
"filters": {
|
||||
"title": "Filters",
|
||||
"clear": "Clear Filters",
|
||||
"showResults": "Show results",
|
||||
"attributes": {
|
||||
"title": "Title",
|
||||
"titlePlaceholder": "The saved filter title goes here…",
|
||||
|
Loading…
x
Reference in New Issue
Block a user