tag drop works
This commit is contained in:
@@ -5045,7 +5045,7 @@ const AppLayout = () => {
|
||||
detailPanelOpen,
|
||||
onCloseDetailPanel: handleDetailPanelClose,
|
||||
resolveThumbnailUrl: resolveThumbnailUrlForDoc,
|
||||
onAssignTagToDocument: handleDocumentTagAttach,
|
||||
onAssignTagToDocument: handleDocumentTagDrop,
|
||||
onRemoveTagFromDocument: handleTagRemove,
|
||||
ensureAssetUrl,
|
||||
getDocumentAsset,
|
||||
@@ -5089,7 +5089,7 @@ const AppLayout = () => {
|
||||
handleDetailPanelClose,
|
||||
handleDeskDocumentOpen,
|
||||
resolveThumbnailUrlForDoc,
|
||||
handleDocumentTagAttach,
|
||||
handleDocumentTagDrop,
|
||||
handleTagRemove,
|
||||
ensureAssetUrl,
|
||||
getDocumentAsset,
|
||||
@@ -5124,7 +5124,7 @@ const AppLayout = () => {
|
||||
refreshTags,
|
||||
handleTagUpdate,
|
||||
handleTagDelete,
|
||||
handleDocumentTagAttach,
|
||||
handleDocumentTagDrop,
|
||||
correspondents,
|
||||
refreshCorrespondents,
|
||||
handleCorrespondentUpdate,
|
||||
@@ -5174,7 +5174,7 @@ const AppLayout = () => {
|
||||
refreshTags,
|
||||
handleTagUpdate,
|
||||
handleTagDelete,
|
||||
handleDocumentTagAttach,
|
||||
handleDocumentTagDrop,
|
||||
correspondents,
|
||||
refreshCorrespondents,
|
||||
handleCorrespondentUpdate,
|
||||
|
||||
Reference in New Issue
Block a user