fix(FileList): Update filelist or share save

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
fenn-cs 2024-08-19 01:16:02 +01:00 committed by Ferdinand Thiessen
parent dcacde4bb8
commit 7f47f8c725
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -879,6 +879,9 @@ export default {
this.queueUpdate(...permissionsAndAttributes)
}
await this.getNode()
emit('files:node:updated', this.node)
this.$emit('close-sharing-details')
},
/**