@overmap-ai/forms 1.0.12-fix-dropdown-error.3 → 1.0.12-fix-form-problem.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.
- package/dist/forms.js +2 -0
- package/dist/forms.js.map +1 -1
- package/dist/forms.umd.cjs +2 -0
- package/dist/forms.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/forms.umd.cjs
CHANGED
|
@@ -2000,8 +2000,10 @@ var __publicField = (obj, key, value) => {
|
|
|
2000
2000
|
const handleCancel = React.useCallback(() => {
|
|
2001
2001
|
setFieldType(void 0);
|
|
2002
2002
|
setFormIsDirty(false);
|
|
2003
|
+
console.log("handlecancelran");
|
|
2003
2004
|
}, []);
|
|
2004
2005
|
const handleCloseDialog = React.useCallback(() => {
|
|
2006
|
+
console.log("handlecloseran");
|
|
2005
2007
|
if (!formIsDirty) {
|
|
2006
2008
|
setFieldType(void 0);
|
|
2007
2009
|
setIsOpen(false);
|