Merge pull request #11735 from Budibase/Fixed-min-value-label-number-type-column
Fixed typo of label for number type column.
This commit is contained in:
commit
971ac82e5f
|
@ -523,7 +523,7 @@
|
|||
{:else if editableColumn.type === "number" && !editableColumn.autocolumn}
|
||||
<div class="split-label">
|
||||
<div class="label-length">
|
||||
<Label size="M">Max Value</Label>
|
||||
<Label size="M">Min Value</Label>
|
||||
</div>
|
||||
<div class="input-length">
|
||||
<Input
|
||||
|
|
Loading…
Reference in New Issue