update name

This commit is contained in:
2023-09-21 11:32:59 +07:00
parent 0b354dcf22
commit c262919449
3 changed files with 4 additions and 4 deletions

View File

@@ -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',

View File

@@ -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" />

View File

@@ -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();