add 'filter' property to CallBlock to prepare to filter suggestions on output type
This commit is contained in:
parent
0a8d430d3a
commit
d3138e6617
2 changed files with 7 additions and 5 deletions
|
|
@ -151,6 +151,7 @@ export function Editor({state, setState, onCancel, filter}: EditorProps) {
|
|||
return <CallBlock
|
||||
state={state}
|
||||
setState={setState as (callback:(p:CallBlockState)=>EditorState)=>void}
|
||||
filter={filter}
|
||||
/>;
|
||||
case "let":
|
||||
return <LetInBlock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue