This commit is contained in:
hamid zarghami
2025-03-03 15:29:50 +03:30
parent 37081ae981
commit dcf786330c
8 changed files with 53 additions and 15 deletions
@@ -1,6 +1,5 @@
import { FC } from 'react'
import { useTranslation } from 'react-i18next'
import SwitchComponent from '../../../components/Switch'
import CheckBoxComponent from '../../../components/CheckBoxComponent'
import Input from '../../../components/Input'
import UploadBoxDraggble from '../../../components/UploadBoxDraggble'
@@ -28,12 +27,12 @@ const AddServiceSidebar: FC<Props> = (props: Props) => {
<div className='text-sm'>
{t('service.service_status')}
</div>
<div className='flex gap-1'>
{/* <div className='flex gap-1'>
<SwitchComponent
active={formik.values.isDanakSuggest}
onChange={(e) => formik.setFieldValue('isDanakSuggest', e)}
/>
</div>
</div> */}
</div>
<div className='mt-8 items-center flex '>