Update export action label in ItemResource from 'Import Items' to 'Export Items'

This commit is contained in:
dhanabalan
2025-11-14 17:58:18 +05:30
parent 3bdc0d1859
commit 40bf30e10f

View File

@@ -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)