Skip to content

Commit

Permalink
Add missing ,
Browse files Browse the repository at this point in the history
Signed-off-by: mulder999 <nospam099-github@yahoo.com>
  • Loading branch information
mulder999 committed Mar 20, 2024
1 parent db4c3b6 commit 0cebb32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ export default {
{
groupName: 'access-management',
propertyName: 'acl.enabled',
propertyValue: this.isAclEnabled
propertyValue: this.isAclEnabled,
},
{
groupName: 'access-management',
propertyName: 'acl.portfoliometrics.enabled',
propertyValue: this.isAclPortfolioMetricsEnabled
propertyValue: this.isAclPortfolioMetricsEnabled,
},
]);
},
Expand Down

0 comments on commit 0cebb32

Please sign in to comment.