mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-02 09:03:08 +00:00
This solves #282 because the issue was that auto created measurements did not have a name and without the measurements tab open, the error was not visible. Before ChirpStack v4.5.0 forceRender was not used on the Tabs.TabPane, in which case the validation would not run on unrendered tabs, which explains why the form could be submitted even with the empty measurement names. Closes #282.