test(ui): consolidate branch scoped workspace
This commit is contained in:
@@ -625,8 +625,8 @@ export default function ScenarioForm() {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* ── Main result workspace ─────────────────────── */}
|
{/* ── Main result workspace (only when experiment view is off) ─── */}
|
||||||
{(status === "success" || status === "error") && (
|
{(!showExperimentView && (status === "success" || status === "error")) && (
|
||||||
<>
|
<>
|
||||||
<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