Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 47s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 47s
This commit is contained in:
commit
f10d20ec38
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ export class KpiUserEvaluationController extends Controller {
|
||||||
|
|
||||||
const organization = fullNameParts
|
const organization = fullNameParts
|
||||||
.filter((part) => part !== undefined && part !== null)
|
.filter((part) => part !== undefined && part !== null)
|
||||||
.join(" ");
|
.join("\n");
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue