There's a typo in the defaults.php config file under the `exports` key named `export_choises` instead of `export_choices`
$mydbr_defaults = [
'export' => [
'export_choises' => ['Excel', 'PDF', 'CSV', 'SQL']
]
];
There's a typo in the defaults.php config file under the `exports` key named `export_choises` instead of `export_choices`
$mydbr_defaults = [
'export' => [
'export_choises' => ['Excel', 'PDF', 'CSV', 'SQL']
]
];
Thanks,
fixed in the latest build.
--
myDBR Team
You must log in to post.