Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available.
This commit is contained in:
parent
fafe6f5d40
commit
06a6001f95
|
@ -72,7 +72,7 @@
|
||||||
bindableOptions,
|
bindableOptions,
|
||||||
customParams?.[binding.name]
|
customParams?.[binding.name]
|
||||||
)}
|
)}
|
||||||
{bindableOptions}
|
bind:bindings={bindableOptions}
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
<Icon hoverable name="Close" on:click={() => deleteQueryBinding(idx)} />
|
<Icon hoverable name="Close" on:click={() => deleteQueryBinding(idx)} />
|
||||||
|
|
Loading…
Reference in New Issue