join wizard

This commit is contained in:
Jan Prochazka
2020-05-28 18:13:55 +02:00
parent cafd42a61e
commit a11b3773ce
6 changed files with 416 additions and 116 deletions

View File

@@ -37,7 +37,7 @@ export default function ObjectListControl({ collection = [], title, showIfEmpty
<TableColumn
fieldName="displayName"
header="Name"
formatter={col => <AppObjectControl data={col} makeAppObj={makeAppObj} component="span" />}
formatter={(col) => <AppObjectControl data={col} makeAppObj={makeAppObj} component="span" />}
/>
{children}
</TableControl>