File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const mainListItems = (
19
19
</ ListItemIcon >
20
20
< ListItemText primary = 'Manage users' />
21
21
</ ListItemButton >
22
- < ListItemButton onClick = { ( ) => window . open ( '/admin/edit-site ' , '_self' ) } >
22
+ < ListItemButton onClick = { ( ) => window . open ( '/admin/list-sites ' , '_self' ) } >
23
23
< ListItemIcon >
24
24
< EditLocationAltIcon />
25
25
</ ListItemIcon >
@@ -31,12 +31,7 @@ export const mainListItems = (
31
31
</ ListItemIcon >
32
32
< ListItemText primary = 'Update Data' />
33
33
</ ListItemButton >
34
- < ListItemButton onClick = { ( ) => window . open ( '/admin/list-sites' , '_self' ) } >
35
- < ListItemIcon >
36
- < EditIcon />
37
- </ ListItemIcon >
38
- < ListItemText primary = 'New Edit Site' />
39
- </ ListItemButton >
34
+
40
35
</ div >
41
36
) ;
42
37
You can’t perform that action at this time.
0 commit comments