1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

change naming of toggle

This commit is contained in:
Peter Clement 2022-02-08 15:14:45 +00:00
parent 78332a682e
commit e1841ecc29

View file

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