|
|
@ -22,7 +22,7 @@ |
|
|
<ActionButton on:click={drawer.show}>Define Options</ActionButton> |
|
|
<ActionButton on:click={drawer.show}>Define Options</ActionButton> |
|
|
<Drawer bind:this={drawer} title="Options"> |
|
|
<Drawer bind:this={drawer} title="Options"> |
|
|
<svelte:fragment slot="description"> |
|
|
<svelte:fragment slot="description"> |
|
|
Add custom picker otpions |
|
|
Add custom picker options |
|
|
</svelte:fragment> |
|
|
</svelte:fragment> |
|
|
<Button cta slot="buttons" on:click={saveFilter}>Save</Button> |
|
|
<Button cta slot="buttons" on:click={saveFilter}>Save</Button> |
|
|
<OptionsDrawer bind:options={tempValue} slot="body" /> |
|
|
<OptionsDrawer bind:options={tempValue} slot="body" /> |
|
|
|