This commit is contained in:
Yuri Kuznetsov
2023-08-08 16:05:21 +03:00
parent dd356cdfdc
commit b1872bb08a

View File

@@ -321,7 +321,7 @@ class UserEditRecordView extends EditRecordView {
}
exit(after) {
if (after === 'create') {
if (after === 'create' || after === 'save') {
this.model.unset('sendAccessInfo', {silent: true});
}