Merge pull request #437 from horaciod/patch-1

Typo in export action
This commit is contained in:
Jan Prochazka
2022-12-15 17:30:24 +01:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ export default {
}),
},
{
label: 'CSV file (semicolor separated)',
label: 'CSV file (semicolon separated)',
extension: 'csv',
createWriter: (fileName) => ({
functionName: 'writer@dbgate-plugin-csv',