one last fix
This commit is contained in:
parent
ca9af544ba
commit
3ff7e76694
3 changed files with 21 additions and 15 deletions
|
|
@ -127,8 +127,10 @@ function InputParams({ depth, errorDepth, ...rest }) {
|
|||
errorDepth={errorDepth}
|
||||
/>}
|
||||
{/* Our own input param */}
|
||||
<ExprBlock
|
||||
{...nestedInputProperties(rest as CallBlockProps, env)}
|
||||
<EnvContext value={inferTypeCall(rest.state, env).inputEnv}>
|
||||
<ExprBlock
|
||||
{...nestedInputProperties(rest as CallBlockProps, env)}
|
||||
/>
|
||||
</EnvContext>
|
||||
</div>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue