1
0
Fork 0
mirror of synced 2024-08-17 02:51:55 +12:00

change naming of toggle

This commit is contained in:
Peter Clement 2022-02-08 15:14:45 +00:00
parent 1b86b3f03c
commit b081302f17

View file

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