filament-auditing icon indicating copy to clipboard operation
filament-auditing copied to clipboard

fix(views): properly display boolean values

Open andrefedalto opened this issue 4 months ago • 0 comments

Boolean values were not being properly displayed on the templates, especially false which resolved to an empty string, making the user consider if the field was empty or false.

This small change will properly display a true/false string.

andrefedalto avatar Sep 09 '25 20:09 andrefedalto