Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
This commit is contained in:
commit
7dd0ec346d
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ export class KpiUserDevelopmentController 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