mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 02:10:39 +00:00
multi email input refactoring
This commit is contained in:
@@ -191,10 +191,10 @@ export default {
|
||||
},
|
||||
created() {
|
||||
events.$on('popup:open', (args) => {
|
||||
if (args.name === 'create-file-request')
|
||||
if (args.name === 'create-file-request') {
|
||||
this.pickedItem = args.item
|
||||
|
||||
this.form.folder_id = args.item?.data.id
|
||||
this.form.folder_id = args.item?.data.id
|
||||
}
|
||||
})
|
||||
|
||||
// Close popup
|
||||
|
||||
Reference in New Issue
Block a user