mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
update bool
This commit is contained in:
parent
d52a0b96ac
commit
25f6543443
@ -284,7 +284,7 @@ export function StatusRefinement({
|
||||
if (!secondLevelGenerating && isImprovement == undefined) {
|
||||
return null;
|
||||
}
|
||||
if (noShowingMessage) {
|
||||
if (noShowingMessage && !isImprovement) {
|
||||
return <></>;
|
||||
}
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user