Fix Filter

This commit is contained in:
Pranav Raj S 2022-01-12 14:25:59 -08:00
parent b56fed2435
commit 94eb18ee8a

View file

@ -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"