Skip to content

Commit

Permalink
fix(user/config): fix user$ type
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed May 17, 2020
1 parent 4f520fe commit 54b5c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/user/config/config.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class ConfigComponent implements OnInit {
connectTrigger$ = new Subject<number>();

@Input()
users$: Observable<UsersFlowNode>;
users$: Observable<CombErr<UsersFlowNode>>;
@Output()
onSave: EventEmitter<any> = new EventEmitter();

Expand Down

0 comments on commit 54b5c94

Please sign in to comment.