You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have two composables for uploads: useUpload and useUploadHelpers. It would be nice to move all the remaining logic in the CreateAndUpload component to either one of those. This would also give us the ability to initialize the Dropzone in the file table itself where it belongs (see #7036 for a deeper explanation).
The text was updated successfully, but these errors were encountered:
We already have two composables for uploads:
useUpload
anduseUploadHelpers
. It would be nice to move all the remaining logic in theCreateAndUpload
component to either one of those. This would also give us the ability to initialize the Dropzone in the file table itself where it belongs (see #7036 for a deeper explanation).The text was updated successfully, but these errors were encountered: