mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 08:06:50 +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:
@@ -235,7 +235,7 @@
|
||||
class="editor card"
|
||||
theme="vs-dark"
|
||||
v-model="api.body"
|
||||
language="json"
|
||||
lang="json"
|
||||
:options="{validate:true,documentFormattingEdits:true,foldingRanges:true}"
|
||||
>
|
||||
</monaco-json-editor>
|
||||
|
||||
Reference in New Issue
Block a user