mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
change sql editor to few lines editor
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
bind:this={editor}
|
||||
lang="sql"
|
||||
bind:code={value}
|
||||
class="two-lines-editor"
|
||||
class="few-lines-editor"
|
||||
on:change={async () => {
|
||||
dispatch('input', { rawValue: value, isRaw: false })
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user