feat(confidence-engine): separate investigation report routes
This commit is contained in:
@@ -1336,6 +1336,7 @@ export default function ReasoningWorkspace({
|
||||
setOverviewState,
|
||||
overviewLoading,
|
||||
handleRequestOverview,
|
||||
onNavigateToReport,
|
||||
}) {
|
||||
const [investigationHistory, setInvestigationHistory] = useState([]);
|
||||
const turnCounter = useRef(0);
|
||||
@@ -1956,7 +1957,7 @@ export default function ReasoningWorkspace({
|
||||
</p>
|
||||
<button
|
||||
onClick={() => {
|
||||
handleRequestOverview();
|
||||
onNavigateToReport?.();
|
||||
}}
|
||||
disabled={overviewLoading}
|
||||
style={{ cursor: overviewLoading ? "wait" : "pointer" }}
|
||||
|
||||
Reference in New Issue
Block a user