diff --git a/src/UI/src/Components/Table/TableBuilder.php b/src/UI/src/Components/Table/TableBuilder.php index fb4c29d5a..a96833f29 100644 --- a/src/UI/src/Components/Table/TableBuilder.php +++ b/src/UI/src/Components/Table/TableBuilder.php @@ -322,7 +322,7 @@ private function resolveRows(): TableRowsContract ActionGroup::make($buttons->toArray()) ->when( $this->isStickyButtons(), - fn(ActionGroup $actionGroup) => $actionGroup->customAttributes(['strategy' => 'absolute']) + fn(ActionGroup $actionGroup): ActionGroup => $actionGroup->customAttributes(['strategy' => 'absolute']) ), ])->justifyAlign('end'), index: $fields->count() + ($hasBulk ? 1 : 0),