File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ const HeaderComponent = () => {
18
18
< Layouts . Header
19
19
title = { formatMessage ( { id : 'config-sync.Header.Title' } ) }
20
20
subtitle = { formatMessage ( { id : 'config-sync.Header.Description' } ) }
21
- as = "h2"
22
21
/>
23
22
</ Box >
24
23
) ;
Original file line number Diff line number Diff line change @@ -30,17 +30,11 @@ export default {
30
30
{
31
31
intlLabel : {
32
32
id : `${ pluginId } .Settings.Tool.Title` ,
33
- defaultMessage : 'Tools ' ,
33
+ defaultMessage : 'Interface ' ,
34
34
} ,
35
35
id : 'config-sync-page' ,
36
- to : `/settings/${ pluginId } ` ,
37
- Component : async ( ) => {
38
- const component = await import (
39
- /* webpackChunkName: "config-sync-settings-page" */ './containers/App'
40
- ) ;
41
-
42
- return component ;
43
- } ,
36
+ to : `${ pluginId } ` ,
37
+ Component : ( ) => import ( './containers/App' ) ,
44
38
permissions : pluginPermissions [ 'settings' ] ,
45
39
} ,
46
40
] ,
You can’t perform that action at this time.
0 commit comments