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