Skip to content

Commit

Permalink
fix: call correct method in document view
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Mar 18, 2024
1 parent d0d6e74 commit 0b529e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/document-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class DocumentViewComponent extends Component {
count: files.length,
}),
);
this.afterUpload();
this.refreshDocumentList();
} catch (error) {
new ErrorHandler(this, error).notify(
"alexandria.errors.upload-document",
Expand Down

0 comments on commit 0b529e4

Please sign in to comment.