@djb25/digit-ui-module-wt 1.0.52 → 1.0.53
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 +0 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/index.css +0 -87
package/dist/index.modern.js
CHANGED
|
@@ -342,7 +342,6 @@ const WTCreate = () => {
|
|
|
342
342
|
}
|
|
343
343
|
});
|
|
344
344
|
}
|
|
345
|
-
if (data !== null && data !== void 0 && data.silent) return;
|
|
346
345
|
goNext(skipStep, index, isAddMultiple, key);
|
|
347
346
|
}
|
|
348
347
|
const onSuccess = () => {
|
|
@@ -28224,7 +28223,6 @@ const WTEmergencyFixedPointCreate = () => {
|
|
|
28224
28223
|
}
|
|
28225
28224
|
});
|
|
28226
28225
|
}
|
|
28227
|
-
if (data !== null && data !== void 0 && data.silent) return;
|
|
28228
28226
|
goNext(skipStep, index, isAddMultiple, key);
|
|
28229
28227
|
}
|
|
28230
28228
|
const onSuccess = () => {
|