1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

text updates

This commit is contained in:
Peter Clement 2021-08-17 11:17:03 +01:00
parent 4c37365549
commit ac850fdc19
3 changed files with 2 additions and 3 deletions

View file

@ -32,7 +32,7 @@
<Layout noPadding>
<Body size="S">
{#if !options.length}
Add a custom option.
Add an option to get started.
{/if}
</Body>

View file

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

View file

@ -22,7 +22,6 @@ import AttachmentFieldSelect from "./AttachmentFieldSelect.svelte"
import RelationshipFieldSelect from "./RelationshipFieldSelect.svelte"
import OptionsEditor from "./OptionsEditor/OptionsEditor.svelte"
const componentMap = {
text: Input,
select: Select,