mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
Multiselect data can be saved but when all are removed then data are not cleared Ajax function is removing an empty array from request data. In that case, we should change `[]` to `null`. We need that empty values to properly empty data.