FunctionCategorySelectorModal({
documentId,
currentCategoryId,
allCategories,
onClose,
onUpdate,
}: {
documentId: string;
currentCat
workers/paperless/src/routes/documents.$id.tsx:1856
FunctionCorrespondentSelectorModal({
documentId,
currentCorrespondentId,
allCorrespondents,
onClose,
onUpdate,
}: {
documentId: string;
c
workers/paperless/src/routes/documents.$id.tsx:2018
FunctionSidebar({
isOpen,
onClose,
onUploadClick,
onSearch,
searchQuery,
}: {
isOpen?: boolean;
onClose?: () => void;
workers/paperless/src/components/Header.tsx:75
FunctionTagSelectorModal({
documentId,
currentTagIds,
allTags: initialTags,
onClose,
onUpdate,
}: {
documentId: string;
current
workers/paperless/src/routes/documents.$id.tsx:1520