Skip to content

Commit 6b0f150

Browse files
author
pipeline
committed
feature(EJ2-868): Sample List tag removal for tab and accordion component.
1 parent 1a737c6 commit 6b0f150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/samplelist.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export let samplesList: any = [
7979
'name': 'Dialog', 'category': 'Layout', 'order': '04', 'path': 'dialog', 'samples': dialogAppRoutes
8080
},
8181
{
82-
'name': 'Accordion', 'category': 'Navigation', 'order': '05', 'path': 'accordion', 'samples': accordionAppRoutes, "type": "new"
82+
'name': 'Accordion', 'category': 'Navigation', 'order': '05', 'path': 'accordion', 'samples': accordionAppRoutes
8383
},
8484
{
8585
'name': 'Toolbar', 'category': 'Navigation', 'order': '05', 'path': 'toolbar', 'samples': toolbarAppRoutes
@@ -97,6 +97,6 @@ export let samplesList: any = [
9797
'name': 'ContextMenu', 'category': 'Navigation', 'order': '05', 'path': 'contextmenu', 'samples': contextMenuAppRoutes, "type": "new"
9898
},
9999
{
100-
'name': 'Tab', 'category': 'Navigation', 'order': '05', 'path': 'tab', 'samples': tabAppRoutes, 'type': 'new'
100+
'name': 'Tab', 'category': 'Navigation', 'order': '05', 'path': 'tab', 'samples': tabAppRoutes
101101
}
102102
];

0 commit comments

Comments
 (0)