@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.js
CHANGED
|
@@ -9479,7 +9479,7 @@ var Home$1 = function Home$1(_ref) {
|
|
|
9479
9479
|
|
|
9480
9480
|
var _Digit$Hooks$useCusto = Digit.Hooks.useCustomMDMS(Digit.ULBService.getStateId(), "ACCESSCONTROL-ACTIONS-TEST", [{
|
|
9481
9481
|
name: "actions-test",
|
|
9482
|
-
filter: "[?(@.url == " + window.contextPath + "-card)]"
|
|
9482
|
+
filter: "[?(@.url == '" + window.contextPath + "-card')]"
|
|
9483
9483
|
}], {
|
|
9484
9484
|
select: function select(data) {
|
|
9485
9485
|
var _data$ACCESSCONTROLA, _data$ACCESSCONTROLA$;
|