Skip to content
Snippets Groups Projects
Unverified Commit 12eac491 authored by Harsh Patel's avatar Harsh Patel
Browse files

Drupal 11 compatibility fixes

parent 25135495
No related branches found
No related tags found
1 merge request!9Drupal 11 compatibility
......@@ -210,7 +210,7 @@ class UserCsvImportForm extends FormBase {
'#type' => 'file',
'#title' => 'CSV file upload',
'#upload_validators' => [
'file_validate_extensions' => ['csv'],
'FileExtension' => ['extensions' => 'csv'],
],
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment