|
|
@ -132,7 +132,7 @@ export class LandingPage extends ApiFactory { |
|
|
|
|
|
|
|
|
|
|
|
this.sectionWorkspaceMain = [] |
|
|
|
this.sectionWorkspaceMain = [] |
|
|
|
this.sectionWorkspaceOthers = [] |
|
|
|
this.sectionWorkspaceOthers = [] |
|
|
|
defaultWorkspaces(appManager, registry).forEach((workspace) => { |
|
|
|
defaultWorkspaces(appManager).forEach((workspace) => { |
|
|
|
if (workspace.isMain) { |
|
|
|
if (workspace.isMain) { |
|
|
|
this.sectionWorkspaceMain.push({ |
|
|
|
this.sectionWorkspaceMain.push({ |
|
|
|
label: workspace.title, |
|
|
|
label: workspace.title, |
|
|
|