Skip to content

Commit

Permalink
Merge pull request #29 from salimabsi/patch-1
Browse files Browse the repository at this point in the history
fix: add missing `emptyLabel` closure type
  • Loading branch information
awcodes authored Mar 2, 2023
2 parents 0ab3e0c + 55b1f31 commit 2da5a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/TableRepeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TableRepeater extends Repeater

protected array|Closure $columnWidths = [];

protected null|string $emptyLabel = null;
protected null|string|Closure $emptyLabel = null;

protected bool|Closure $showLabels = true;

Expand Down

0 comments on commit 2da5a33

Please sign in to comment.