fix: expose dropzone ref to publish widget
This commit is contained in:
parent
d36e21c5f1
commit
2281dc6bd0
2 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,7 @@ export const useUploadMediaAttachment = (draftRef: Ref<Draft>) => {
|
|||
isUploading,
|
||||
isExceedingAttachmentLimit,
|
||||
failedAttachments,
|
||||
dropZoneRef,
|
||||
isOverDropZone,
|
||||
|
||||
uploadAttachments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue