kmkf-work-order-service-component 0.5.0-alpha.14 → 0.5.0-alpha.15

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.
@@ -147,6 +147,7 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
147
147
  maxHeight: '300px',
148
148
  overflowY: 'auto'
149
149
  },
150
+ destroyOnClose: true,
150
151
  children: /*#__PURE__*/_jsx(Spin, {
151
152
  spinning: loading,
152
153
  children: /*#__PURE__*/_jsx("div", {
@@ -33,6 +33,7 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
33
33
  maxHeight: '500px',
34
34
  overflowY: 'auto'
35
35
  },
36
+ destroyOnClose: true,
36
37
  children: /*#__PURE__*/_jsxs(_Fragment, {
37
38
  children: [/*#__PURE__*/_jsx("span", {
38
39
  className: "repeat-trade-id",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.5.0-alpha.14",
3
+ "version": "0.5.0-alpha.15",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",