update rename
This commit is contained in:
@@ -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 = 'Audittrail Corporate';
|
const pageTitle = 'History Corporate Exclusions';
|
||||||
|
|
||||||
const { themeStretch } = useSettings();
|
const { themeStretch } = useSettings();
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ export default function CustomizedAccordions() {
|
|||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Audittrail Corporate',
|
name: 'History Corporate Exclusion',
|
||||||
href: '/corporate/' + corporate_id + '/plans',
|
href: '/corporate/' + corporate_id + '/plans',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user