fix(front): tooltip todo
This commit is contained in:
parent
f407527b6c
commit
a35dbf9074
|
@ -287,10 +287,15 @@ const getQuery = (field: string, value: string) => `${field}:"${value}"`
|
|||
stack
|
||||
style="flex: 1; gap: 0;"
|
||||
>
|
||||
<!-- TODO: Fix tooltips and replace Heading with Header -->
|
||||
<Heading
|
||||
:h3="t('views.admin.ChannelDetail.header.activity')"
|
||||
class="category"
|
||||
/>
|
||||
>
|
||||
<template #action>
|
||||
<span :data-tooltip="labels.statsWarning"><i class="question circle icon" /></span>
|
||||
</template>
|
||||
</Heading>
|
||||
<Layout
|
||||
flex
|
||||
class="details"
|
||||
|
|
Loading…
Reference in New Issue