You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a general issue on all the detail pages with "create" and "update" functionality - the button stays enabled when the first request is still in flight.
The simple solution is to track the state of the request with something like a requestStatus variable which is used to disable the button(s) when the status matches in-flight or whatever.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: