eav-manager
eav-manager copied to clipboard
Columns render should handle "null" values
When getting a "null" value into a field render, we get the following error :
Expected argument of type "string", "null" given
The issue appears when null is set to the column label. Nullable labels should be allowed.