remove uneeded param

pull/1/head
yann300 6 years ago
parent e053258229
commit aa780b1e89
  1. 2
      src/app/ui/landing-page/landing-page.js

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

Loading…
Cancel
Save