Fix/relation picker (#546)
* FIx pickers * Fix * Fix lint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -80,6 +80,11 @@ export function FilterDropdownButton() {
|
||||
}
|
||||
}
|
||||
|
||||
useHotkeysScopeOnBooleanState(
|
||||
{ scope: InternalHotkeysScope.RelationPicker },
|
||||
tableFilterDefinitionUsedInDropdown?.type === 'entity',
|
||||
);
|
||||
|
||||
return (
|
||||
<DropdownButton
|
||||
label="Filter"
|
||||
|
||||
Reference in New Issue
Block a user