diff --git a/frontend/src/components/project/partials/filters.vue b/frontend/src/components/project/partials/filters.vue index d298c454c..ce43e0707 100644 --- a/frontend/src/components/project/partials/filters.vue +++ b/frontend/src/components/project/partials/filters.vue @@ -17,6 +17,15 @@ v-model="params.filter" :project-id="projectId" /> + + diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index a514b969c..f0e8d3462 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -385,6 +385,7 @@ "filters": { "title": "Filters", "clear": "Clear Filters", + "showResults": "Show results", "attributes": { "title": "Title", "titlePlaceholder": "The saved filter title goes hereā€¦",