mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 09:17:03 +00:00
refactor(gui): Rename language property
renamed language property to lang to avoid conflict with global mixin re #331 Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
||||
type: String,
|
||||
default: "vs"
|
||||
},
|
||||
language: String,
|
||||
lang: String,
|
||||
options: Object,
|
||||
readOnly: Boolean,
|
||||
amdRequire: {
|
||||
|
||||
Reference in New Issue
Block a user