Skip to content

Commit

Permalink
docs: removed duplicate pragraf
Browse files Browse the repository at this point in the history
  • Loading branch information
yildirayunlu committed Sep 4, 2023
1 parent fe9ff0e commit d0f7b3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/docs/api-reference/core/hooks/useForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,6 @@ If you want to save the form automatically after some delay when user edits the

By default it's invalidates `list` and `many` queries from the current resource. You can also invalidate the `detail` query with the `invalidateOnUnmountDetailCache` prop when `unmount`.

By default it's invalidates `list` and `many` queries from the current resource. You can also invalidate the `detail` query with the `invalidateOnUnmountDetailCache` prop when `unmount`.

It also supports [`onMutationSuccess`](#onmutationsuccess) and [`onMutationError`](#onmutationerror) callback functions. You can use `isAutoSave` parameter to determine whether the mutation is triggered by `autoSave` or not.

:::caution
Expand Down

0 comments on commit d0f7b3d

Please sign in to comment.