fix password enter

This commit is contained in:
Yuri Kuznetsov
2024-12-18 13:41:25 +02:00
parent fffd0f0574
commit ee29eb14aa
+1 -1
View File
@@ -96,7 +96,7 @@ export default class extends ModalView {
* @return {import('views/record/edit').default}
*/
getRecordView() {
this.getView('record');
return this.getView('record');
}
actionApply() {