mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +02:00
update bool
This commit is contained in:
@@ -284,7 +284,7 @@ export function StatusRefinement({
|
||||
if (!secondLevelGenerating && isImprovement == undefined) {
|
||||
return null;
|
||||
}
|
||||
if (noShowingMessage) {
|
||||
if (noShowingMessage && !isImprovement) {
|
||||
return <></>;
|
||||
}
|
||||
return (
|
||||
|
Reference in New Issue
Block a user