File group changes..

This commit is contained in:
Cüneyt Şentürk
2021-02-10 12:07:33 +03:00
parent 4631253bd9
commit 55ef9559eb
3 changed files with 9 additions and 4 deletions

View File

@ -195,6 +195,7 @@ export default {
size: attachment.size,
type: attachment.type,
download: attachment.downloadPath,
dropzone: 'edit',
};
dropzone.emit("addedfile", mockFile);