Skip to content

Commit 8a68c62

Browse files
authored
Adds table compatibility
1 parent 7cb39a3 commit 8a68c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ExcelImportAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
use Closure;
66
use Filament\Actions\Action;
7-
use Filament\Forms\Components\FileUpload;
87
use Maatwebsite\Excel\Facades\Excel;
98

109
class ExcelImportAction extends Action
1110
{
1211
use Concerns\HasUploadForm,
1312
Concerns\HasFormActionHooks,
1413
Concerns\HasCustomCollectionMethod,
15-
Concerns\CanCustomiseActionSetup;
14+
Concerns\CanCustomiseActionSetup,
15+
Filament\Tables\Actions\Concerns\BelongsToTable;
1616

1717
protected string $importClass = DefaultImport::class;
1818

0 commit comments

Comments
 (0)