Closed jamescd18 closed 2 years ago
this functionality was needed to take the user out of the edit form. Now they are stuck in the edit form after pressing save which is confusing
Acceptance criteria: after the successful mutation is sent, the page takes the user out of the edit form and back to the view form of the project (but without forcing a refresh i guess lol)
Desired Changes
Let's remove the forced page reloads because those make it all the more difficult to debug the application. Theoretically the
react-query
package should handle refreshing the data, especially if we improve the way we use it.Screenshots (as needed)
No response