mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:36:47 +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:
@@ -23,7 +23,7 @@
|
||||
<monaco-json-editor
|
||||
:validate="false"
|
||||
v-model="jsonContent"
|
||||
language="json" style="height: 500px;width: 100%;min-width: 250px"
|
||||
lang="json" style="height: 500px;width: 100%;min-width: 250px"
|
||||
></monaco-json-editor>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user