Skip to content

Commit 24525db

Browse files
committed
- corrected according to PR
1 parent 1a4397d commit 24525db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/netgrif-components-core/src/lib/view/task-view/abstract-single-task-view.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component, Input, OnDestroy } from '@angular/core';
22
import { AbstractViewWithHeadersComponent } from '../abstract/view-with-headers';
3-
import { BehaviorSubject, Observable, ReplaySubject, Subscription } from 'rxjs';
3+
import { Observable, ReplaySubject, Subscription } from 'rxjs';
44
import { TaskPanelData } from '../../panel/task-panel-list/task-panel-data/task-panel-data';
55
import { TaskViewService } from './service/task-view.service';
66
import { ActivatedRoute } from '@angular/router';

0 commit comments

Comments
 (0)