change naming of toggle

This commit is contained in:
Peter Clement 2022-02-08 15:14:45 +00:00
parent 1b86b3f03c
commit b081302f17
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
<Toggle <Toggle
bind:value={rowControl} bind:value={rowControl}
on:change={toggleFieldControl} on:change={toggleFieldControl}
text="Fine Grained Row Control" text="Row Control"
/> />
</ModalContent> </ModalContent>