change clock skew to num (#1379)

This commit is contained in:
mfrances17 2021-10-27 12:07:37 -04:00 committed by GitHub
parent 6cf586f447
commit 8f5fe27647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -420,7 +420,9 @@ const Fields = ({ readOnly }: DescriptorSettingsProps) => {
helperTextInvalid={t("common:required")}
>
<TextInput
type="text"
type="number"
min="0"
max="2147483"
id="allowedClockSkew"
name="config.allowedClockSkew"
ref={register}