ing
This commit is contained in:
parent
c1771e586c
commit
e854e6751e
|
@ -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
3642
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user