Fixes attachments list not reloading when using sequence edition.

This commit is contained in:
mateuswetah 2022-11-09 09:06:06 -03:00
parent 6498b0a5cb
commit 86f56773e1
1 changed files with 1 additions and 1 deletions

View File

@ -1661,7 +1661,7 @@ export default {
this.loadMetadata();
this.setLastUpdated(this.item.modification_date);
this.shouldLoadAttachments = true;
this.shouldLoadAttachments = !this.shouldLoadAttachments;
// Initializes Media Frames now that itemId and item.document exists
this.initializeMediaFrames();