import { Form, Input } from 'antd'; import React from 'react'; import { useTranslation } from 'react-i18next'; import { SlackChannel } from '../../CreateAlertChannels/config'; const { TextArea } = Input; function Slack({ setSelectedConfig }: SlackProps): JSX.Element { const { t } = useTranslation('channels'); return ( <>