diff --git a/frontend/control-center/src/pages/LLMConsumers/LLMConsumerItem/index.tsx b/frontend/control-center/src/pages/LLMConsumers/LLMConsumerItem/index.tsx index f8f7cfebf..b59ce205b 100644 --- a/frontend/control-center/src/pages/LLMConsumers/LLMConsumerItem/index.tsx +++ b/frontend/control-center/src/pages/LLMConsumers/LLMConsumerItem/index.tsx @@ -4,7 +4,6 @@ import {useTranslation} from 'react-i18next'; import {HttpClientInstance} from '../../../httpClient'; import styles from './index.module.scss'; import {NotificationModel} from 'model'; -import {set} from 'lodash-es'; type EmptyStateProps = { item: {name: string; topic: string; status: string; lag: number}; diff --git a/frontend/control-center/src/pages/LLMConsumers/index.tsx b/frontend/control-center/src/pages/LLMConsumers/index.tsx index 9d830c3d1..d4d86eed5 100644 --- a/frontend/control-center/src/pages/LLMConsumers/index.tsx +++ b/frontend/control-center/src/pages/LLMConsumers/index.tsx @@ -193,7 +193,9 @@ const LLMConsumers = (props: LLMConsumersProps) => {