fix: pass isLoading prop to update LoadingOverlay
This commit is contained in:
@@ -681,6 +681,7 @@ export default function ReasoningWorkspace({
|
|||||||
{/* ── Local update loading (always visible when updating) ─ */}
|
{/* ── Local update loading (always visible when updating) ─ */}
|
||||||
{isUpdating && (
|
{isUpdating && (
|
||||||
<LoadingOverlay
|
<LoadingOverlay
|
||||||
|
isLoading={true}
|
||||||
elapsed={updateElapsed}
|
elapsed={updateElapsed}
|
||||||
currentMessage={updateMsg}
|
currentMessage={updateMsg}
|
||||||
variant="update"
|
variant="update"
|
||||||
|
|||||||
Reference in New Issue
Block a user