🐛 Fix reset behavior in EditItem mutation on success
This PR fixes a bug where the ItemUpdateForm (in EditItem) would reset to its default values upon successful mutation. As a result, reopening the update form would display outdated predefined values. The fix ensures the form state is correctly updated with the latest item data after a successful update.
Hello, I reproduced the bug. bug_reproduction.webm
Bug reproduction
https://github.com/user-attachments/assets/de66f4fa-781e-43fb-811f-5c3d765da97d
Hello, I reproduced the bug.
https://github.com/user-attachments/assets/f48f55f0-9954-4970-9280-05463a7e85be
As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR.