Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available.

This commit is contained in:
mike12345567 2022-01-20 15:44:39 +00:00
parent fafe6f5d40
commit 06a6001f95
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
bindableOptions,
customParams?.[binding.name]
)}
{bindableOptions}
bind:bindings={bindableOptions}
/>
{:else}
<Icon hoverable name="Close" on:click={() => deleteQueryBinding(idx)} />