mirror of
https://github.com/directus/directus.git
synced 2026-01-23 15:57:56 -05:00
remove subgroups
This commit is contained in:
@@ -40,10 +40,6 @@ export default defineComponent({
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
disableGroupableParent: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
scope: {
|
||||
type: String,
|
||||
default: undefined,
|
||||
@@ -61,17 +57,6 @@ export default defineComponent({
|
||||
value: props.value,
|
||||
});
|
||||
|
||||
if (props.disableGroupableParent !== true) {
|
||||
useGroupableParent(
|
||||
{},
|
||||
{
|
||||
multiple
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
|
||||
return { groupActive, toggle, onClick };
|
||||
|
||||
function onClick(event: MouseEvent) {
|
||||
|
||||
Reference in New Issue
Block a user