diff --git a/client/src/views/user/modals/password.js b/client/src/views/user/modals/password.js index 4455ee6dba..cbcbf119db 100644 --- a/client/src/views/user/modals/password.js +++ b/client/src/views/user/modals/password.js @@ -96,7 +96,7 @@ export default class extends ModalView { * @return {import('views/record/edit').default} */ getRecordView() { - this.getView('record'); + return this.getView('record'); } actionApply() {