Bug Fix: company create from people + scroll settings (#545)
This commit is contained in:
@ -20,9 +20,7 @@ export function PeopleCompanyCell({ people }: OwnProps) {
|
||||
|
||||
return (
|
||||
<EditableCell
|
||||
editHotkeysScope={
|
||||
!isCreating ? { scope: InternalHotkeysScope.RelationPicker } : undefined
|
||||
}
|
||||
editHotkeysScope={{ scope: InternalHotkeysScope.RelationPicker }}
|
||||
editModeContent={
|
||||
isCreating ? (
|
||||
<PeopleCompanyCreateCell people={people} />
|
||||
|
||||
Reference in New Issue
Block a user