impaktapps-ui-builder 0.0.382-alpha.36 → 0.0.382-alpha.38

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.
@@ -167,7 +167,7 @@ const PageMasterUiSchema = (theme) => {
167
167
  config: {
168
168
  main: {
169
169
  icon: "EditIcon",
170
- color: "primary",
170
+ color: "info",
171
171
  onClick: "Edit_Components",
172
172
  tooltipMessage: "Edit This Record"
173
173
  }
@@ -8762,6 +8762,9 @@ var service = (funcParams) => {
8762
8762
  functionParameters == null ? void 0 : functionParameters.handleNext();
8763
8763
  }
8764
8764
  },
8765
+ backHandler: () => {
8766
+ funcParams.store.navigate(-1);
8767
+ },
8765
8768
  onReset: async function(functionParameters) {
8766
8769
  var _a, _b;
8767
8770
  const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];