ordering-ui-react-native 0.18.19 → 0.18.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.18.19",
3
+ "version": "0.18.20",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -225,6 +225,7 @@ export const UserFormDetailsUI = (props: any) => {
225
225
  open: true,
226
226
  content: formState.result?.result[0]
227
227
  })
228
+ cleanFormState && cleanFormState({ changes: {} })
228
229
  }
229
230
  }
230
231
  }, [formState?.loading]);