feat: Implement layout persistence for card positions and rotation, loading from and saving to the database.
This commit is contained in:
@@ -839,7 +839,7 @@ const DocumentsPanelInner: React.FC<DocumentsPanelInnerProps> = ({
|
||||
|
||||
switch (viewMode) {
|
||||
case 'desk':
|
||||
return <DesktopWorkspace {...viewProps} />;
|
||||
return <DesktopWorkspace {...viewProps} tenantId={currentTenantId} viewId={deskViewId} />;
|
||||
case 'grid':
|
||||
return <DocumentsGrid {...viewProps} gridIconSize={gridIconSize} />;
|
||||
case 'list':
|
||||
|
||||
Reference in New Issue
Block a user