admin
This commit is contained in:
@@ -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 '>
|
||||
|
||||
Reference in New Issue
Block a user