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
1 changed files with 1 additions and 1 deletions

View File

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