Skip to content

Commit 4231bbb

Browse files
committed
refactor(primevue4): some changes in demo app
1 parent 57d8a39 commit 4231bbb

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
@@ -44,7 +44,6 @@ const items = ref([
4444
label: 'Check',
4545
items: [
4646
{ label: 'Checkbox', icon: 'pi pi-fw pi-user-edit', route: '/inputs/checkBox' },
47-
{ label: 'TriStateCheckbox', icon: 'pi pi-fw pi-user-edit', route: '/inputs/triStateCheckbox' },
4847
{ label: 'ToggleSwitch', icon: 'pi pi-fw pi-user-edit', route: '/inputs/toggleSwitch' },
4948
],
5049
},

0 commit comments

Comments
 (0)