Skip to content

Commit bba3b31

Browse files
author
pipeline
committed
sample(ej2-425): context menu label updated.
1 parent fd805b3 commit bba3b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/samplelist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export let samplesList: any = [
9494
'name': 'MaskedTextBox', 'category': 'Editors', 'order': '03', 'path': 'maskedtextbox', 'samples': maskedTextBoxAppRoutes
9595
},
9696
{
97-
'name': 'ContextMenu', 'category': 'Navigation', 'order': '05', 'path': 'contextmenu', 'samples': contextMenuAppRoutes, "type": "new"
97+
'name': 'ContextMenu', 'category': 'Navigation', 'order': '05', 'path': 'contextmenu', 'samples': contextMenuAppRoutes
9898
},
9999
{
100100
'name': 'Tab', 'category': 'Navigation', 'order': '05', 'path': 'tab', 'samples': tabAppRoutes

0 commit comments

Comments
 (0)