Pull Request branch dev-clone to main #1
|
|
@ -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