test(ui): verify branch scoped workspace data path
This commit is contained in:
@@ -439,7 +439,7 @@ export default function ScenarioForm() {
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
{/* ── RTO.26B — standalone branch-scoped experimental view (shown when experiment is active) ───── */}
|
{/* ── RTO.26B — standalone branch-scoped experimental view (shown when experiment is active) ───── */}
|
||||||
{showExperimentView && status !== "loading" && !result?.situationGraph && !result?.updatedSituationGraph && (
|
{showExperimentView && status !== "loading" && (
|
||||||
<>
|
<>
|
||||||
<PulseStyle />
|
<PulseStyle />
|
||||||
<div className="grid grid-cols-1 gap-6 lg:grid-cols-4">
|
<div className="grid grid-cols-1 gap-6 lg:grid-cols-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user