Skip to content

Commit

Permalink
Fixed missing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jan 24, 2019
1 parent 8e67e9f commit 4099851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/admin/container/action-required.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Component, ChangeDetectionStrategy } from '@angular/core';
import { Store } from '@ngrx/store';

import * as fromRoot from '../../app.reducer';
import { LoadNewUsersRequest } from '../action/user-collection.action';

@Component({
selector: 'action-required-page',
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/admin/container/admin-management.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Component, ChangeDetectionStrategy } from '@angular/core';
import { Store } from '@ngrx/store';

import * as fromRoot from '../../app.reducer';
import { LoadAdminRequest } from '../action/user-collection.action';

@Component({
selector: 'admin-management-page',
Expand Down

0 comments on commit 4099851

Please sign in to comment.