Remove question mark from field label

This commit is contained in:
Andrew Kingston 2021-05-21 13:56:18 +01:00
parent 1d9ef7f3bf
commit 152a2d921b
1 changed files with 1 additions and 1 deletions

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}