We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f11455 commit 1812067Copy full SHA for 1812067
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx
@@ -322,7 +322,7 @@ function Panels({ resizable, run: originalRun }: LoaderData) {
322
return (
323
<ResizablePanelGroup
324
autosaveId={resizableSettings.parent.autosaveId}
325
- snapshot={resizable.parent}
+ // snapshot={resizable.parent}
326
className="h-full max-h-full"
327
>
328
<ResizablePanel id={resizableSettings.parent.main.id} min={resizableSettings.parent.main.min}>
0 commit comments