Fix timestamp input pattern

This commit is contained in:
Raphael Wickihalder 2022-05-11 18:44:01 +02:00
parent b0e213a2b5
commit 57eae71d12
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -469,7 +469,7 @@ export default function ReportContent(props: Props) {
{includeTimestamp(claim) && (
<div className="section">
<FormField
type="tel"
type="time"
name="timestamp"
label={__('Timestamp')}
placeholder={'00:23:59'}