Merge pull request #14236 from kuangp/fix/permissionClient

fix(PermissionClient): fix rules schema to handle optional params
This commit is contained in:
Patrik Oldsberg
2022-10-21 10:28:44 +02:00
committed by GitHub
3 changed files with 40 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-permission-common': patch
---
Properly handle rules that have no parameters in `PermissionClient`