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