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),
|
||||
ExportAction::make()
|
||||
// ->columnMapping(true)
|
||||
->label('Import Items')
|
||||
->label('Export Items')
|
||||
->color('warning')
|
||||
// ->fileName("Items Report " . date('Y-m-d H:i:s'))
|
||||
->exporter(ItemExporter::class)
|
||||
|
||||
Reference in New Issue
Block a user