update name
This commit is contained in:
@@ -46,9 +46,9 @@ export default function PlanCreate() {
|
|||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page title= "Master Exclusion">
|
<Page title= "Master ICD - 10">
|
||||||
<HeaderBreadcrumbs
|
<HeaderBreadcrumbs
|
||||||
heading={'Master Exclusion'}
|
heading={'Master ICD - 10'}
|
||||||
links={[
|
links={[
|
||||||
{
|
{
|
||||||
name: 'Master',
|
name: 'Master',
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ export default function CorporatePlanForm({ isEdit, currentCorporatePlan }: Prop
|
|||||||
<Card sx={{ p: 2 }}>
|
<Card sx={{ p: 2 }}>
|
||||||
<Stack spacing={3}>
|
<Stack spacing={3}>
|
||||||
|
|
||||||
<Typography variant="h6">Division Detail</Typography>
|
<Typography variant="h6">Detail</Typography>
|
||||||
|
|
||||||
|
|
||||||
<RHFTextField name="name" label="Name" />
|
<RHFTextField name="name" label="Name" />
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ export default function CustomizedAccordions() {
|
|||||||
(panel: string) => (event: React.SyntheticEvent, newExpanded: boolean) => {
|
(panel: string) => (event: React.SyntheticEvent, newExpanded: boolean) => {
|
||||||
setExpanded(newExpanded ? panel : false);
|
setExpanded(newExpanded ? panel : false);
|
||||||
};
|
};
|
||||||
const pageTitle = 'Diagnosis Template Audittrail';
|
const pageTitle = 'Diagnosis Template History';
|
||||||
|
|
||||||
const { themeStretch } = useSettings();
|
const { themeStretch } = useSettings();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user