Fields in tournament creation and team creation forms should be cleared after the user clicks the button and the form is sent to the server. They should not be cleared if instead the user receives an error after pressing the button
Fixed for create team, but for create tournament I tried to do the same logic and it does not work, I don't know if it is because function is used instead of class?
Fields in tournament creation and team creation forms should be cleared after the user clicks the button and the form is sent to the server. They should not be cleared if instead the user receives an error after pressing the button