This commit is contained in:
crusader 2018-05-28 22:19:31 +09:00
parent c1771e586c
commit e854e6751e
3 changed files with 1826 additions and 1826 deletions

View File

@ -47,11 +47,11 @@ export class NoAuthProbeListContainerComponent implements OnInit {
);
}
accept(selected) {
this.store.dispatch(new NoAuthProbeEntityStore.Accept(selected));
accept(noAuthProbe: NoAuthProbe) {
this.store.dispatch(new NoAuthProbeEntityStore.Accept(noAuthProbe.id));
}
deny(selected) {
this.store.dispatch(new NoAuthProbeEntityStore.Deny(selected));
deny(noAuthProbe: NoAuthProbe) {
this.store.dispatch(new NoAuthProbeEntityStore.Deny(noAuthProbe.id));
}
}

3642
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
"@angular/router": "^6.0.2",
"@loafer/core": "^0.0.1",
"@loafer/decorator": "^0.0.1",
"@loafer/ng-entity": "^0.0.1",
"@loafer/ng-entity": "^0.0.2",
"@loafer/ng-logger": "^0.0.1",
"@loafer/ng-rest": "^0.0.1",
"@loafer/ng-rpc": "^0.0.2",