We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b609a0 + dd8aa86 commit e6af512Copy full SHA for e6af512
src/Actions/Tables/ExportAction.php
@@ -34,7 +34,6 @@ public function handleExport(array $data)
34
35
return app()->call([$exportable, 'hydrate'], [
36
'livewire' => $this->getLivewire(),
37
- 'records' => collect([$this->getRecord()]),
38
'formData' => data_get($data, $exportable->getName()),
39
])->export();
40
}
0 commit comments