mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Why this change? In the categories, groups and tags selectors, we were showing a validation error message when a property that is not required but has a min validation is empty. In this case, we should not be displaying the min validation error message because the property is allowed to be empty.