1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Remove question mark from field label

This commit is contained in:
Andrew Kingston 2021-05-21 13:56:18 +01:00
parent 509ada35fc
commit ad81a526c1

View file

@ -108,7 +108,7 @@
<Input disabled thin value={$userFetch?.data?.lastName} />
</div>
<div class="field">
<Label size="L">Development access?</Label>
<Label size="L">Development access</Label>
<Toggle
text=""
value={$userFetch?.data?.builder?.global}