This is a regression in v5.30. Leaving the team name field blank when creating a new team should cause error text to display. The text is no longer displaying, and there is a JS error in the console. Found in Selenium regression tests.
Repros on Chrome and desktop app, on v5.30 on postgres.test, rc.test, Selenium server. Does not repro on v5.29.1.
Note: This does not affect functionality; the user is able to enter a value in the field and continue to the next page without issue.
Expected: On prev.test (v5.29):
1. Log in as a user who has permission to create teams
2. Click main hamburger menu, then `Create a Team`
3. Leave the team name field blank, then click Next
Observed: JS error in console, no error / help text displays below empty field
Expected: No JS error in console, error / help text displays below empty field that says `This field is required`, empty field border turns red
Not a blocking issue for v5.30.
Verified on v5.32.0-rc3. No new tests needed. Closing.