Skip to content

Commit 6322eb2

Browse files
committed
fix keys for admin options
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
1 parent 7c12522 commit 6322eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AdminSettings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
host: this.state.host,
110110
port: this.state.port,
111111
apikey: this.state.apikey,
112-
fromLang: this.state.fromLang,
113-
toLang: this.state.toLang,
112+
from_lang: this.state.fromLang,
113+
to_lang: this.state.toLang,
114114
},
115115
};
116116

0 commit comments

Comments
 (0)