mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 00:31:49 +08:00
🔨 refactor(utils.ts): remove unnecessary newline after the return statement in getChatInputField function
This commit is contained in:
@ -267,6 +267,7 @@ export function getChatInputField(flow: FlowType, tabsState?: TabsState) {
|
||||
)[0];
|
||||
}
|
||||
return chat_input_field;
|
||||
}
|
||||
|
||||
/**
|
||||
* Function to get the python code for the API
|
||||
|
||||
Reference in New Issue
Block a user