mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
remove reference id (#6768)
This commit is contained in:
@@ -9,7 +9,6 @@ class SysAdminUser {
|
||||
this.create_time = object.create_time;
|
||||
this.is_active = object.is_active;
|
||||
this.is_staff = object.is_staff;
|
||||
this.reference_id = object.reference_id;
|
||||
this.department = object.department;
|
||||
this.quota_total = object.quota_total;
|
||||
this.quota_usage = object.quota_usage;
|
||||
|
Reference in New Issue
Block a user