@knovator/pagecreator-admin 1.1.4 → 1.1.5
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/index.cjs +0 -2
- package/index.js +0 -2
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -2903,7 +2903,6 @@ const usePage = ({
|
|
|
2903
2903
|
}
|
|
2904
2904
|
} catch (error) {
|
|
2905
2905
|
setLoading(false);
|
|
2906
|
-
onError(code, INTERNAL_ERROR_CODE, error.message);
|
|
2907
2906
|
}
|
|
2908
2907
|
});
|
|
2909
2908
|
const onCloseForm = () => {
|
|
@@ -4824,7 +4823,6 @@ const useWidget = ({
|
|
|
4824
4823
|
}
|
|
4825
4824
|
} catch (error) {
|
|
4826
4825
|
setLoading(false);
|
|
4827
|
-
onError(CALLBACK_CODES.UPDATE, INTERNAL_ERROR_CODE, error.message);
|
|
4828
4826
|
}
|
|
4829
4827
|
});
|
|
4830
4828
|
const onCloseForm = () => {
|
package/index.js
CHANGED
|
@@ -2891,7 +2891,6 @@ const usePage = ({
|
|
|
2891
2891
|
}
|
|
2892
2892
|
} catch (error) {
|
|
2893
2893
|
setLoading(false);
|
|
2894
|
-
onError(code, INTERNAL_ERROR_CODE, error.message);
|
|
2895
2894
|
}
|
|
2896
2895
|
});
|
|
2897
2896
|
const onCloseForm = () => {
|
|
@@ -4812,7 +4811,6 @@ const useWidget = ({
|
|
|
4812
4811
|
}
|
|
4813
4812
|
} catch (error) {
|
|
4814
4813
|
setLoading(false);
|
|
4815
|
-
onError(CALLBACK_CODES.UPDATE, INTERNAL_ERROR_CODE, error.message);
|
|
4816
4814
|
}
|
|
4817
4815
|
});
|
|
4818
4816
|
const onCloseForm = () => {
|