1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

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

View file

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