change naming of toggle

This commit is contained in:
Peter Clement 2022-02-08 15:14:45 +00:00
parent 78332a682e
commit e1841ecc29
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>