Skip to content

Commit a90a754

Browse files
authored
Set default export to xlsx.
1 parent 6896c76 commit a90a754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Livewire/ExportButtonComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ExportButtonComponent extends Component
1111
{
1212
public $class = 'btn btn-primary';
1313
public $tableId;
14-
public $type = 'csv';
14+
public $type = 'xlsx';
1515
public $filename = null;
1616

1717
public $exporting = false;

0 commit comments

Comments
 (0)