Skip to content

Commit

Permalink
refactor(portal): delete non existing event
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Sep 11, 2023
1 parent aba2734 commit 758b6db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/app/pages/portal/portal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
<ng-container expansionPanelHeader>
<igo-workspace-selector
igoWorkspaceSelector
(toolToActivate)="toolToActivateFromWorkspace($event)"
(changeWorkspace)="workspaceState.setActiveWorkspaceByTitle($event)"
(disableSwitch)="workspaceSwitchDisabled = $event"
(relationLayers)="refreshRelationsWorkspace($event)"
Expand Down
4 changes: 0 additions & 4 deletions src/app/pages/portal/portal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,6 @@ export class PortalComponent implements OnInit, OnDestroy {
}
}

toolToActivateFromWorkspace(event: unknown): void {
// @todo...
}

setToastPanelHtmlDisplay(value) {
this.toastPanelHtmlDisplay = value;
this.computeToastPanelOffsetX();
Expand Down

0 comments on commit 758b6db

Please sign in to comment.