Skip to content

Commit e1252eb

Browse files
author
pipeline
committed
bug(EJ2-3579): Input sample navigation issue resolved.
1 parent 7fac786 commit e1252eb

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
@@ -37,7 +37,7 @@ export let samplesList: any = [
3737
'name': 'NumericTextBox', 'category': 'Editors', 'order': '03', 'path': 'numerictextbox', 'samples': numericAppRoutes
3838
},
3939
{
40-
'name': 'TextBoxes', 'category': 'Editors', 'order': '03', 'path': 'inputboxes', 'samples': textboxesAppRoutes , 'type': 'update'
40+
'name': 'TextBoxes', 'category': 'Editors', 'order': '03', 'path': 'textboxes', 'samples': textboxesAppRoutes , 'type': 'update'
4141
},
4242
{
4343
'name': 'ListView', 'category': 'Layout', 'order': '04', 'path': 'listview', 'samples': listAppRoutes

0 commit comments

Comments
 (0)