feat: not show var

This commit is contained in:
Joel
2024-03-20 13:55:26 +08:00
parent d984eb3648
commit 2a75258836
3 changed files with 26 additions and 19 deletions

View File

@ -161,7 +161,6 @@ const VarReferencePicker: FC<Props> = ({
})
}
})
console.log(newValue)
onChange(newValue, varKindType)
setOpen(false)
}, [onChange, varKindType])