mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
fix: send empty string instead of null when process has no operation
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="2">
|
||||
{#if !!selectedProcess}
|
||||
<SqlEditor value={selectedProcess.operation} readOnly />
|
||||
<SqlEditor value={selectedProcess.operation ?? ''} readOnly />
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
</VerticalSplitter>
|
||||
|
||||
Reference in New Issue
Block a user