Fix Filter
This commit is contained in:
parent
b56fed2435
commit
94eb18ee8a
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ l<template>
|
|||
{{ pageTitle }}
|
||||
</h1>
|
||||
|
||||
<div class="filter--actions">
|
||||
<div class="filter--actions" :class="{ 'margin-right-small': isIframe }">
|
||||
<chat-filter
|
||||
v-if="!hasAppliedFilters"
|
||||
@statusFilterChange="updateStatusType"
|
||||
|
@ -21,6 +21,7 @@ l<template>
|
|||
{{ $t('FILTER.CLEAR_BUTTON_LABEL') }}
|
||||
</woot-button>
|
||||
<woot-button
|
||||
v-if="!isIframe"
|
||||
v-tooltip.top-end="$t('FILTER.TOOLTIP_LABEL')"
|
||||
variant="clear"
|
||||
color-scheme="secondary"
|
||||
|
|
Loading…
Reference in a new issue