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 8244ac6 commit 21cf8f9Copy full SHA for 21cf8f9
1 file changed
apps/webapp/app/components/primitives/Resizable.tsx
@@ -10,7 +10,6 @@ const ResizablePanelGroup = ({ className, ...props }: React.ComponentProps<typeo
10
"flex w-full overflow-hidden data-[panel-group-direction=vertical]:flex-col",
11
className
12
)}
13
- autosaveStrategy={props.autosaveId ? "cookie" : undefined}
14
{...props}
15
/>
16
);
0 commit comments