We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e8524 commit 05c1bc4Copy full SHA for 05c1bc4
packages/tables/src/Columns/Text.php
@@ -80,7 +80,7 @@ public function getValue($record, $attribute = null)
80
$value = parent::getValue($record, $attribute);
81
82
if ($value === null) {
83
- return $this->default;
+ return value($this->default);
84
}
85
86
if ($this->formatUsing) {
0 commit comments