multi email input refactoring

This commit is contained in:
Čarodej
2022-02-28 17:06:41 +01:00
parent dee1614297
commit 8ae24a9a6e
8 changed files with 69 additions and 173 deletions
@@ -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