Skip to content

Commit e6af512

Browse files
authored
Merge pull request #158 from pxlrbt/feature/fix-table-action
revert: PR #138
2 parents 3b609a0 + dd8aa86 commit e6af512

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Actions/Tables/ExportAction.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function handleExport(array $data)
3434

3535
return app()->call([$exportable, 'hydrate'], [
3636
'livewire' => $this->getLivewire(),
37-
'records' => collect([$this->getRecord()]),
3837
'formData' => data_get($data, $exportable->getName()),
3938
])->export();
4039
}

0 commit comments

Comments
 (0)