Fixed the Debugger issue introduced by security fixes.

This commit is contained in:
Nikhil Mohite
2022-09-14 15:15:52 +05:30
committed by Akshay Joshi
parent 40e0175ee5
commit 0cb00c7b4f
3 changed files with 5 additions and 5 deletions

View File

@@ -275,7 +275,7 @@ class UserManagementSchema extends BaseUISchema {
{
id: 'refreshBrowserTree', visible: false, type: 'boolean',
deps: ['userManagement'], depChange: ()=> {
return { refreshBrowserTree: this.changeOwnership }
return { refreshBrowserTree: this.changeOwnership };
}
}
];