This commit is contained in:
2025-10-29 22:46:44 +01:00
parent 4a116e013c
commit 22f4d42c19
8 changed files with 116 additions and 35 deletions
+6 -1
View File
@@ -5148,9 +5148,11 @@ const AppLayout = () => {
tags,
activeTagIds: activeTagFilters,
onToggleTagFilter: toggleTagFilter,
onCreateTag: (label) => handleTagCreate({ label }),
correspondents,
activeCorrespondentIds: activeCorrespondentFilters,
onToggleCorrespondentFilter: toggleCorrespondentFilter,
onCreateCorrespondent: (name) => handleCorrespondentCreate({ name }),
appStatus,
loading,
previewActive,
@@ -5197,6 +5199,8 @@ const AppLayout = () => {
tenantName,
toggleCorrespondentFilter,
toggleTagFilter,
handleTagCreate,
handleCorrespondentCreate,
],
);
@@ -5333,6 +5337,7 @@ const AppLayout = () => {
skeuoWorkspaceProps,
ensurePreviewData,
ensureAssetUrl,
resolveApiPath,
getDocumentAsset,
notifyApiError,
openTagsModal,
@@ -5606,7 +5611,7 @@ const DocumentsRoute = () => {
return (
<button
type="button"
className="icon-button ghost"
className="icon-button"
onClick={expandSidebar}
aria-label="Expand sidebar"
title="Expand sidebar"