mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
fix(FileList): Update filelist or share save
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
dcacde4bb8
commit
7f47f8c725
1 changed files with 3 additions and 0 deletions
|
|
@ -879,6 +879,9 @@ export default {
|
|||
this.queueUpdate(...permissionsAndAttributes)
|
||||
}
|
||||
|
||||
await this.getNode()
|
||||
emit('files:node:updated', this.node)
|
||||
|
||||
this.$emit('close-sharing-details')
|
||||
},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue