mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 14:54:04 +08:00
Fix bug
This commit is contained in:
@ -375,7 +375,7 @@ define([
|
||||
initials: Common.Utils.getUserInitials(record.displayValue),
|
||||
avatar: '',
|
||||
usercolor: null,
|
||||
email: record.value || 'a@asdlfkja;sldfkj',
|
||||
email: record.value,
|
||||
type: Asc.c_oSerUserProtectedRangeType.edit
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user