Skip to content

Commit 21cf8f9

Browse files
authored
fix(webapp): disable resizable panel cookie saves to prevent large cookies causing HTTP 431 errors (#3282)
1 parent 8244ac6 commit 21cf8f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/components/primitives/Resizable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const ResizablePanelGroup = ({ className, ...props }: React.ComponentProps<typeo
1010
"flex w-full overflow-hidden data-[panel-group-direction=vertical]:flex-col",
1111
className
1212
)}
13-
autosaveStrategy={props.autosaveId ? "cookie" : undefined}
1413
{...props}
1514
/>
1615
);

0 commit comments

Comments
 (0)