Skip to content

Commit aa98a14

Browse files
authored
Merge branch 'master' into development
2 parents 80a269b + 0036a9a commit aa98a14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Views/Columns/LinkColumn.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ public function __construct(string $title, ?string $from = null)
2222
{
2323
parent::__construct($title, $from);
2424

25-
if (! isset($from)) {
26-
$this->label(fn () => null);
27-
}
25+
$this->label(fn () => null);
2826
}
2927

3028
public function getContents(Model $row): null|string|\Illuminate\Support\HtmlString|DataTableConfigurationException|\Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View

0 commit comments

Comments
 (0)