CrmUi - Fix tabSetOptions variable
authorColeman Watts <coleman@civicrm.org>
Tue, 9 Aug 2022 03:00:27 +0000 (23:00 -0400)
committerTim Otten <totten@civicrm.org>
Tue, 9 Aug 2022 23:13:49 +0000 (16:13 -0700)
Prior to #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.

ang/crmUi.js

index 602e7048457122e65d16e21689206e9138e7968e..1e59ef0dbd49fee8edb8c586b6b0680b436d69a6 100644 (file)
         restrict: 'EA',
         scope: {
           crmUiTabSet: '@',
-          tabSetOptions: '@'
+          tabSetOptions: '<'
         },
         templateUrl: '~/crmUi/tabset.html',
         transclude: true,