fix(style): global theme settings in login
This commit is contained in:
@@ -154,7 +154,7 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
|
||||
prompt: currentPrompt
|
||||
}
|
||||
});
|
||||
}, [finalParameters, currentPrompt, parameters.size]);
|
||||
}, [finalParameters, currentPrompt, isOpenaiCompatible]);
|
||||
|
||||
const handleClear = () => {
|
||||
setCurrentPrompt('');
|
||||
|
||||
Reference in New Issue
Block a user