mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:56:57 +00:00
refactor: use lazy load only for larger modules
This commit is contained in:
@@ -1189,7 +1189,7 @@ watch(
|
||||
<div class="flex flex-col gap-2">
|
||||
<div>Edit Connection JSON</div>
|
||||
<div class="border-1 border-gray-200 !rounded-lg shadow-sm overflow-hidden">
|
||||
<MonacoEditor v-model="customJsonFormState" class="nc-connection-json-editor h-[400px] w-full" />
|
||||
<LazyMonacoEditor v-model="customJsonFormState" class="nc-connection-json-editor h-[400px] w-full" />
|
||||
</div>
|
||||
</div>
|
||||
</a-collapse-panel>
|
||||
|
||||
Reference in New Issue
Block a user