Update export action label in ItemResource from 'Import Items' to 'Export Items'
This commit is contained in:
@@ -489,7 +489,7 @@ class ItemResource extends Resource
|
|||||||
// ->maxRows(100000),
|
// ->maxRows(100000),
|
||||||
ExportAction::make()
|
ExportAction::make()
|
||||||
// ->columnMapping(true)
|
// ->columnMapping(true)
|
||||||
->label('Import Items')
|
->label('Export Items')
|
||||||
->color('warning')
|
->color('warning')
|
||||||
// ->fileName("Items Report " . date('Y-m-d H:i:s'))
|
// ->fileName("Items Report " . date('Y-m-d H:i:s'))
|
||||||
->exporter(ItemExporter::class)
|
->exporter(ItemExporter::class)
|
||||||
|
|||||||
Reference in New Issue
Block a user