Skip to content

Commit a352b81

Browse files
author
pipeline
committed
bug(EJ2-3785): Removed the new tag to DropDownList
1 parent 1c2b6ef commit a352b81

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
@@ -41,7 +41,7 @@ export let samplesList: any = [
4141
'name': 'DatePicker', 'category': 'Editors', 'order': '03', 'path': 'datepicker', 'samples': datePickerAppRoutes, type: "new"
4242
},
4343
{
44-
'name': 'DropDownList', 'category': 'Editors', 'order': '03', 'path': 'dropdownlist', 'samples': dropdownlistAppRoutes, 'type': 'new'
44+
'name': 'DropDownList', 'category': 'Editors', 'order': '03', 'path': 'dropdownlist', 'samples': dropdownlistAppRoutes
4545
},
4646
{
4747
'name': 'ComboBox', 'category': 'Editors', 'order': '03', 'path': 'combobox', 'samples': comboboxAppRoutes, 'type': 'new'

0 commit comments

Comments
 (0)