Chore/cleanup warnings (#17974)
This commit is contained in:
@@ -24,7 +24,6 @@ const InputsFormContent = ({ showTip }: Props) => {
|
||||
handleNewConversationInputsChange,
|
||||
} = useEmbeddedChatbotContext()
|
||||
const inputsFormValue = currentConversationId ? currentConversationInputs : newConversationInputs
|
||||
const readonly = !!currentConversationId
|
||||
|
||||
const handleFormChange = useCallback((variable: string, value: any) => {
|
||||
setCurrentConversationInputs({
|
||||
|
||||
Reference in New Issue
Block a user