diff --git a/packages/vuetify/src/components/VList/VList.tsx b/packages/vuetify/src/components/VList/VList.tsx index 3aa5c0cf684..567728ccd1c 100644 --- a/packages/vuetify/src/components/VList/VList.tsx +++ b/packages/vuetify/src/components/VList/VList.tsx @@ -88,10 +88,6 @@ export const makeVListProps = propsFactory({ disabled: Boolean, expandIcon: String, collapseIcon: String, - groupActivatorActivatable: { - type: Boolean, - default: false, - }, lines: { type: [Boolean, String] as PropType<'one' | 'two' | 'three' | false>, default: 'one',