Remove question mark from field label
This commit is contained in:
parent
509ada35fc
commit
ad81a526c1
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue