change fields component & handle edit, delete, add data and save & change functional page doctor
This commit is contained in:
@@ -12,7 +12,6 @@ const listTab = ["درباره کلینیک", "اطلاعات تماس", "پزش
|
||||
function ClinicPage({ data, doctors }) {
|
||||
const [value, setValue] = useState(0);
|
||||
const handleChange = (event, newValue) => setValue(newValue);
|
||||
console.log(data);
|
||||
|
||||
const Components = [
|
||||
<About data={data} />,
|
||||
|
||||
Reference in New Issue
Block a user