Skip to content

Commit

Permalink
Update apps/files/src/views/FilesList.vue
Browse files Browse the repository at this point in the history
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: Raul Ferreira Fuentes <Raudius@users.noreply.github.com>
  • Loading branch information
Raudius and skjnldsv committed Dec 20, 2023
1 parent dfb9755 commit 9cc8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/views/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export default defineComponent({
* @param {Node} node is the file/folder being updated.
*/
onUpdatedNode(node) {
if (node.fileid === this.currentFolder.fileid) {
if (node?.fileid === this.currentFolder?.fileid) {
this.fetchContent()
}
},
Expand Down

0 comments on commit 9cc8c68

Please sign in to comment.