remove isediting param

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2023-08-22 20:24:39 +05:30
parent f45e3f585b
commit 2d2cb350da
@@ -36,7 +36,7 @@ import {
Select,
TextField,
} from '@material-ui/core';
import React, { useState, useRef } from 'react';
import React, { useRef } from 'react';
import { useForm, Controller } from 'react-hook-form';
import useAsync from 'react-use/lib/useAsync';
import useAsyncFn from 'react-use/lib/useAsyncFn';