Update : added property on saveAuthData in AssLayout and dbLayout
This commit is contained in:
parent
21057f7b72
commit
409d159578
|
|
@ -31,6 +31,7 @@ function AssessmentLayout() {
|
|||
id: response.id,
|
||||
name: response.name,
|
||||
permissions: response.permissions,
|
||||
role: response.roles[0],
|
||||
});
|
||||
|
||||
return response;
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ function DashboardLayout() {
|
|||
id: response.id,
|
||||
name: response.name,
|
||||
permissions: response.permissions,
|
||||
role: response.roles[0],
|
||||
});
|
||||
|
||||
return response;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user