Quadrubo / filament-model-settings

Model specific settings for your filament project.
MIT License
15 stars 3 forks source link

Fix fields default value #18

Closed mariomka closed 3 months ago

mariomka commented 3 months ago

This PR fixes the default value for the form components when there is no data saved. It checks if the data is empty and sets null to ensure the default values work properly.