awing-library 2.1.2-dev.67 → 2.1.2-dev.68
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/esm/index.js +0 -3
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -189420,9 +189420,6 @@ function Create() {
|
|
|
189420
189420
|
}
|
|
189421
189421
|
}, []);
|
|
189422
189422
|
const checkValidSubmit = useMemo(() => {
|
|
189423
|
-
if (id && Number(id) < 100) {
|
|
189424
|
-
return false;
|
|
189425
|
-
}
|
|
189426
189423
|
const getChangeField = (oldValue, newValue) => oldValue !== newValue ? true : false;
|
|
189427
189424
|
let checkV = false;
|
|
189428
189425
|
if (isCreate) {
|