Skip to content

Commit

Permalink
Fix cardinality of "_resultApiConfig" reference on "Config" component
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp committed Mar 8, 2023
1 parent 50816e5 commit 599b92e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/js/bundles/dn_querybuilder/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@
},
{
"name": "_resultApiConfig",
"providing": "result-api.Config"
"providing": "result-api.Config",
"cardinality": "0..1"
},
{
"name": "_tool",
Expand Down

0 comments on commit 599b92e

Please sign in to comment.