@ahmadmubarak98/namozaj 1.11.0 → 1.11.1

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.
Files changed (2) hide show
  1. package/dist/namozaj.js +2 -2
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -85838,8 +85838,8 @@ const ConfirmationDialog = ({
85838
85838
  [l, a, u]
85839
85839
  ), re = useCallback(
85840
85840
  (ve, ye) => {
85841
- u.setValue(`${a}[${ve}]`, ye, {
85842
- shouldDirty: !0
85841
+ u.resetField(`${a}[${ve}]`, {
85842
+ defaultValue: ye
85843
85843
  });
85844
85844
  },
85845
85845
  [l]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.11.0",
4
+ "version": "1.11.1",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",