aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/i18n-helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/i18n-helpers.ts')
-rw-r--r--src/helpers/i18n-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/i18n-helpers.ts b/src/helpers/i18n-helpers.ts
index 9d48a0cf7..a5d909a4a 100644
--- a/src/helpers/i18n-helpers.ts
+++ b/src/helpers/i18n-helpers.ts
@@ -24,7 +24,7 @@ export function getSelectOptions({
24 resetToDefaultText = '', 24 resetToDefaultText = '',
25 automaticDetectionText = '', 25 automaticDetectionText = '',
26 sort = true, 26 sort = true,
27 addDefault=false, 27 addDefault = false,
28}) { 28}) {
29 const options: object[] = []; 29 const options: object[] = [];
30 30