Replies: 1 comment
-
Hey @lazychal When you edit a record, it invalidates related resource. So these resources are refetched to have up to date data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I need help with an issue...
There are a few hooks in my react component: useTable, and two useModalForm (with action create and edit)
After I edit an item in the table, I have two unusual requests: first is patch (for editing), and then request all table data + request the item I just edited.
How can I remove those requests after patch? Or is it an ordinary library behavior?
Beta Was this translation helpful? Give feedback.
All reactions