@luscii-healthtech/web-ui 2.68.1 → 2.69.0
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.
|
@@ -6896,8 +6896,7 @@ var CRUDPage = function CRUDPage(_ref) {
|
|
|
6896
6896
|
currentStep: steps.currentStep,
|
|
6897
6897
|
localization: steps.localization
|
|
6898
6898
|
}), children, /*#__PURE__*/React__default.createElement(Line, {
|
|
6899
|
-
left: [cancelButton],
|
|
6900
|
-
right: [submitButton],
|
|
6899
|
+
left: [submitButton, cancelButton],
|
|
6901
6900
|
className: classNames("cweb-crud-page-button-line", "border-t border-solid border-color-divider pt-4 mt-4")
|
|
6902
6901
|
}))));
|
|
6903
6902
|
};
|