web/admin: fix default for PolicyBindingForm
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
20de845f2b
commit
e903582f96
|
@ -42,7 +42,7 @@ export class PolicyBindingForm extends Form<PolicyBinding> {
|
|||
targetPk?: string;
|
||||
|
||||
@property({type: Number})
|
||||
policyGroupUser?: target;
|
||||
policyGroupUser: target = target.policy;
|
||||
|
||||
getSuccessMessage(): string {
|
||||
if (this.binding) {
|
||||
|
|
Reference in New Issue