Add company creation from people table (#1100)

* Add company creation from people table

* Design
This commit is contained in:
Emilien Chauvet
2023-08-09 17:17:35 +02:00
committed by GitHub
parent 3666980ccc
commit 9bd42121d3
3 changed files with 51 additions and 15 deletions

View File

@ -55,6 +55,7 @@ export function GenericEditableRelationCellEditMode({ viewField }: OwnProps) {
onSubmit={handleEntitySubmit}
onCancel={handleCancel}
width={viewField.columnSize}
createModeEnabled
/>
);
}