mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 00:20:55 +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:
@@ -15,7 +15,7 @@ export default {
|
||||
type: String,
|
||||
default: "vs-dark"
|
||||
},
|
||||
language: String,
|
||||
lang: String,
|
||||
options: Object,
|
||||
readOnly: Boolean,
|
||||
amdRequire: {
|
||||
|
||||
Reference in New Issue
Block a user