There's a typo in the defaults.php config file under the `exports` key named `export_choises` instead of `export_choices`
1.
$mydbr_defaults
= [
2.
'export'
=> [
3.
'export_choises'
=> [
'Excel'
,
'PDF'
,
'CSV'
,
'SQL'
]
4.
]
5.
];