Skip to content

Commit

Permalink
CrmUi - Fix tabSetOptions variable
Browse files Browse the repository at this point in the history
Prior to civicrm#23749 this had been passing an object around as a string.
During the refactoring it was treated as an object but still left as a string param.
Now it's passed as an object.
  • Loading branch information
colemanw authored and totten committed Aug 9, 2022
1 parent 68c12d8 commit 0302c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ang/crmUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
restrict: 'EA',
scope: {
crmUiTabSet: '@',
tabSetOptions: '@'
tabSetOptions: '<'
},
templateUrl: '~/crmUi/tabset.html',
transclude: true,
Expand Down

0 comments on commit 0302c8b

Please sign in to comment.