Fix button casing

This commit is contained in:
Andrew Kingston 2021-08-23 14:00:45 +01:00
parent f127d86d11
commit 4a67de926a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
</script>
<ActionButton on:click={drawer.show}>Configure Validation</ActionButton>
<ActionButton on:click={drawer.show}>Configure validation</ActionButton>
<Drawer bind:this={drawer} title="Validation Rules">
<svelte:fragment slot="description">
Configure validation rules for this field.