Skip to content

Commit 5023961

Browse files
committed
Commenting the example plugin menu entry for now.
1 parent ebbee96 commit 5023961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eform-client/src/app/components/navigation/navigation.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ export class NavigationComponent implements OnInit {
100100
}
101101
]
102102
},
103-
{
103+
/**{
104104
name: 'Example plugin',
105105
e2eId: '',
106106
link: '/plugins/example-pn',
107107
submenus: []
108-
},
108+
},*/
109109
];
110110
});
111111
}

0 commit comments

Comments
 (0)