change clock skew to num (#1379)
This commit is contained in:
parent
6cf586f447
commit
8f5fe27647
1 changed files with 3 additions and 1 deletions
|
@ -420,7 +420,9 @@ const Fields = ({ readOnly }: DescriptorSettingsProps) => {
|
||||||
helperTextInvalid={t("common:required")}
|
helperTextInvalid={t("common:required")}
|
||||||
>
|
>
|
||||||
<TextInput
|
<TextInput
|
||||||
type="text"
|
type="number"
|
||||||
|
min="0"
|
||||||
|
max="2147483"
|
||||||
id="allowedClockSkew"
|
id="allowedClockSkew"
|
||||||
name="config.allowedClockSkew"
|
name="config.allowedClockSkew"
|
||||||
ref={register}
|
ref={register}
|
||||||
|
|
Loading…
Reference in a new issue