mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:16:53 +00:00
feat: Add dropdown for language switch
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -184,7 +184,7 @@ export default {
|
||||
get() {
|
||||
return this.$store.state.windows.language;
|
||||
}, set(val) {
|
||||
this.$store.commit('windows/MutSetLanguage', val);
|
||||
this.$store.commit('windows/MutLanguage', val);
|
||||
}
|
||||
},
|
||||
showMetatable: {
|
||||
|
||||
Reference in New Issue
Block a user