renamed prop
This commit is contained in:
parent
42110f8821
commit
7697ec5474
3 changed files with 4 additions and 4 deletions
|
|
@ -655,7 +655,7 @@ export default function ComponentForm(props: Props) {
|
|||
/>
|
||||
{useCustomGrain ?
|
||||
<Box sx={{border: "1px solid white", borderRadius: 2, padding: 2, marginBottom: 2}}>
|
||||
<CustomGrainForm onGrainSettingsChange={updateCustomGrain} grainSettings={form.component.customGrainProps()}/>
|
||||
<CustomGrainForm onGrainSettingsChange={updateCustomGrain} initialGrain={form.component.customGrainProps()}/>
|
||||
</Box>
|
||||
:
|
||||
<SearchSelect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue