Skip to content

Commit b30321d

Browse files
committed
fix(metadata-admin): use id instead of autoSaveId for panel group
1 parent 8588544 commit b30321d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-shell/src/views/metadata-admin/ResourceEditPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ export function MetadataResourceEditPage({
672672
<PanelGroup
673673
direction="horizontal"
674674
className="flex-1 min-h-0 rounded-md border bg-background overflow-hidden"
675-
autoSaveId={`metadata-edit:${type}`}
675+
id={`metadata-edit-${type}`}
676676
>
677677
<ResizablePanel defaultSize={inspectorCollapsed ? 100 : 62} minSize={30}>
678678
<div className="h-full overflow-auto p-4 bg-[radial-gradient(circle_at_1px_1px,theme(colors.border)_1px,transparent_0)] [background-size:16px_16px] bg-muted/30">

0 commit comments

Comments
 (0)