awcodes / filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.
MIT License
194 stars 43 forks source link

fix: add missing `emptyLabel` closure type #29

Closed salimabsi closed 1 year ago

salimabsi commented 1 year ago

This PR should fix $emptyLabel type. Obviously, the $emptyLabel attribute should have the same type as emptyLabel() setter.

awcodes commented 1 year ago

Thanks.