test(ui): consolidate branch scoped workspace

This commit is contained in:
2026-08-20 08:01:40 +01:00
parent 36060faf16
commit e7a1bc689c
+2 -2
View File
@@ -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">