Updated label name on import and export button #279

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-30 03:44:42 +00:00

View File

@@ -289,14 +289,14 @@ class CharacteristicApproverMasterResource extends Resource
]) ])
->headerActions([ ->headerActions([
// ImportAction::make() // ImportAction::make()
// ->label('Import Request Characteristics') // ->label('Import Characteristics Approver Master')
// ->color('warning') // ->color('warning')
// ->importer(CharacteristicApproverMasterImporter::class) // ->importer(CharacteristicApproverMasterImporter::class)
// ->visible(function () { // ->visible(function () {
// return Filament::auth()->user()->can('view import characteristic approver master'); // return Filament::auth()->user()->can('view import characteristic approver master');
// }), // }),
ExportAction::make() ExportAction::make()
->label('Export Request Characteristics') ->label('Export Characteristics Approver Master')
->color('warning') ->color('warning')
->exporter(CharacteristicApproverMasterExporter::class) ->exporter(CharacteristicApproverMasterExporter::class)
->visible(function () { ->visible(function () {