Skip to content

Commit ee3e0f7

Browse files
committed
feat: remove Editor route from AppTopbar navigation
1 parent 838a607 commit ee3e0f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/components/app/AppTopbar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const items = ref([
3535
{ label: 'InputOtp', icon: 'pi pi-fw pi-user-edit', route: '/inputs/inputOtp' },
3636
{ label: 'InputMask', icon: 'pi pi-fw pi-user-edit', route: '/inputs/inputMask' },
3737
{ label: 'DatePicker', icon: 'pi pi-fw pi-user-edit', route: '/inputs/datePicker' },
38-
{ label: 'Editor', icon: 'pi pi-fw pi-user-edit', route: '/inputs/editor' },
3938
{ label: 'Password', icon: 'pi pi-fw pi-user-edit', route: '/inputs/password' },
4039
],
4140
},

0 commit comments

Comments
 (0)