@egovernments/digit-ui-module-core 1.5.4-alpha.3 → 1.5.4-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9476,7 +9476,7 @@ var Home$1 = function Home$1(_ref) {
|
|
|
9476
9476
|
|
|
9477
9477
|
var _Digit$Hooks$useCusto = Digit.Hooks.useCustomMDMS(Digit.ULBService.getStateId(), "ACCESSCONTROL-ACTIONS-TEST", [{
|
|
9478
9478
|
name: "actions-test",
|
|
9479
|
-
filter: "[?(@.url == " + window.contextPath + "-card)]"
|
|
9479
|
+
filter: "[?(@.url == '" + window.contextPath + "-card')]"
|
|
9480
9480
|
}], {
|
|
9481
9481
|
select: function select(data) {
|
|
9482
9482
|
var _data$ACCESSCONTROLA, _data$ACCESSCONTROLA$;
|