1
0
forked from poc/pds

Updated label name on import and export button

This commit is contained in:
dhanabalan
2026-01-30 09:13:46 +05:30
parent 1b1a02a565
commit 2fbbbe579b

View File

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