Skip to content

Commit

Permalink
Merge pull request #24204 from totten/5.53-tabsetoptions
Browse files Browse the repository at this point in the history
CrmUi - Fix tabSetOptions variable
  • Loading branch information
eileenmcnaughton authored Aug 10, 2022
2 parents 39bb5f3 + 0302c8b commit af36aec
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 af36aec

Please sign in to comment.