filament-auditing
filament-auditing copied to clipboard
fix(views): properly display boolean values
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.