@lobehub/ui 2.1.2 → 2.1.3

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.
@@ -104,12 +104,12 @@ var FormModal = /*#__PURE__*/memo(function (_ref) {
104
104
  children: /*#__PURE__*/_jsx(Form, _objectSpread(_objectSpread({
105
105
  className: cx(s.form, formClassName),
106
106
  clearOnDestroy: destroyOnClose,
107
- footer: footer || /*#__PURE__*/_jsx(Flexbox, {
107
+ footer: /*#__PURE__*/_jsx(Flexbox, {
108
108
  align: 'center',
109
109
  className: cx(s.footer, footerClassName),
110
110
  gap: 8,
111
111
  horizontal: true,
112
- children: /*#__PURE__*/_jsx(Button, _objectSpread(_objectSpread({
112
+ children: footer || /*#__PURE__*/_jsx(Button, _objectSpread(_objectSpread({
113
113
  block: true,
114
114
  htmlType: "submit",
115
115
  loading: submitLoading,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",