Merge branch '15020-collection-with-the-same-content-adress'
[arvados-workbench2.git] / src / views-components / sharing-dialog / sharing-invitation-form-component.tsx
index eafa480b518d9b50d90a5567eb4716a6318d1aa8..5aec8febed3252b9e4bf3768466ac04fb20ef4a3 100644 (file)
@@ -27,7 +27,6 @@ const InvitedPeopleField = () =>
 const InvitedPeopleFieldComponent = ({ fields }: WrappedFieldArrayProps<Person>) =>
     <PeopleSelect
         items={fields.getAll() || []}
-        onCreate={fields.push}
         onSelect={fields.push}
         onDelete={fields.remove} />;