mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
feat: remove the disable state from chat input box (#1341)
This commit is contained in:
@@ -193,12 +193,7 @@ export default function ChatView({ setView }: { setView: (view: View) => void })
|
||||
|
||||
<div className="relative">
|
||||
{isLoading && <LoadingGoose />}
|
||||
<Input
|
||||
handleSubmit={handleSubmit}
|
||||
disabled={isLoading}
|
||||
isLoading={isLoading}
|
||||
onStop={onStopGoose}
|
||||
/>
|
||||
<Input handleSubmit={handleSubmit} isLoading={isLoading} onStop={onStopGoose} />
|
||||
<BottomMenu hasMessages={hasMessages} setView={setView} />
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user