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 }}
|
{{ pageTitle }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="filter--actions">
|
<div class="filter--actions" :class="{ 'margin-right-small': isIframe }">
|
||||||
<chat-filter
|
<chat-filter
|
||||||
v-if="!hasAppliedFilters"
|
v-if="!hasAppliedFilters"
|
||||||
@statusFilterChange="updateStatusType"
|
@statusFilterChange="updateStatusType"
|
||||||
|
@ -21,6 +21,7 @@ l<template>
|
||||||
{{ $t('FILTER.CLEAR_BUTTON_LABEL') }}
|
{{ $t('FILTER.CLEAR_BUTTON_LABEL') }}
|
||||||
</woot-button>
|
</woot-button>
|
||||||
<woot-button
|
<woot-button
|
||||||
|
v-if="!isIframe"
|
||||||
v-tooltip.top-end="$t('FILTER.TOOLTIP_LABEL')"
|
v-tooltip.top-end="$t('FILTER.TOOLTIP_LABEL')"
|
||||||
variant="clear"
|
variant="clear"
|
||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
|
|
Loading…
Reference in a new issue