Skip to content

Commit

Permalink
fixup! fix: Update file metadata after save
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Oct 18, 2023
1 parent 2f08d96 commit 6e9ab48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/FilesAppIntegration.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export default {
},

async getFileNode() {
if (typeof this.fileNode !== 'undefined') {
if (this.fileNode !== undefined) {
return this.fileNode
}

Expand Down

0 comments on commit 6e9ab48

Please sign in to comment.