mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
[Gitar] Updating TSX files
This commit is contained in:
parent
77ea596c78
commit
a12cdc8cb7
@ -9,7 +9,6 @@ import theme from 'themes/theme';
|
||||
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
|
||||
import { styled } from '@mui/system';
|
||||
import useUiConfig from 'hooks/api/getters/useUiConfig/useUiConfig';
|
||||
import { useUiFlag } from 'hooks/useUiFlag';
|
||||
import { EventLogFilters } from './EventLogFilters';
|
||||
import { useEventLogSearch } from './useEventLogSearch';
|
||||
import { StickyPaginationBar } from 'component/common/Table/StickyPaginationBar/StickyPaginationBar';
|
||||
@ -51,7 +50,7 @@ const Placeholder = styled('li')({
|
||||
|
||||
export const EventLog = ({ title, project, feature }: IEventLogProps) => {
|
||||
const { isEnterprise } = useUiConfig();
|
||||
const showFilters = useUiFlag('newEventSearch') && isEnterprise();
|
||||
const showFilters = isEnterprise();
|
||||
const {
|
||||
events,
|
||||
total,
|
||||
|
Loading…
Reference in New Issue
Block a user