mirror of
https://github.com/directus/directus.git
synced 2026-01-28 06:08:01 -05:00
Fix click on relational filters with children (#9007)
This commit is contained in:
@@ -57,7 +57,7 @@ export function useFieldTree(
|
||||
key,
|
||||
field: fieldName,
|
||||
children: children.length > 0 ? children : undefined,
|
||||
selectable: true,
|
||||
selectable: !children || children.length === 0,
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user