diff --git a/libs/components/src/lib/components/ChannelSetting/Component/OverviewChannel/index.tsx b/libs/components/src/lib/components/ChannelSetting/Component/OverviewChannel/index.tsx index d3c5ce371f..9ec1beeada 100644 --- a/libs/components/src/lib/components/ChannelSetting/Component/OverviewChannel/index.tsx +++ b/libs/components/src/lib/components/ChannelSetting/Component/OverviewChannel/index.tsx @@ -15,7 +15,7 @@ import { useAppSelector } from '@mezon/store'; import { Icons, Image, InputField, TextArea } from '@mezon/ui'; -import { checkIsThread, IChannel, ValidateSpecialCharacters, ValidateURL } from '@mezon/utils'; +import { checkIsThread, generateE2eId, IChannel, ValidateSpecialCharacters, ValidateURL } from '@mezon/utils'; import { unwrapResult } from '@reduxjs/toolkit'; import { ModalSaveChanges } from 'libs/components/src/lib/components'; import Dropdown from 'libs/ui/src/lib/DropDown'; @@ -304,7 +304,7 @@ const OverviewChannel = (props: OverviewChannelProps) => { return (
{isThread ? t('fields.threadName.title') : t('fields.channelName.title')}