fix suggestion order
This commit is contained in:
parent
18e28fe8b0
commit
0a8d430d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export function CallBlock({ state, setState }: CallBlockProps) {
|
|||
|
||||
function filterFnInputs(fn: ResolvedType, input: ResolvedType) {
|
||||
const resolved = evalCallBlock(fn, input);
|
||||
return (resolved && !(resolved instanceof Error));
|
||||
return (resolved && !(resolved instanceof DeepError));
|
||||
}
|
||||
|
||||
function FunctionHeader({ fn, setFn, input, onFnCancel }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue