Fix timestamp input type

This commit is contained in:
Raphael Wickihalder 2022-05-11 18:56:33 +02:00
parent 57eae71d12
commit 4fcaf7ba2f
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="time"
type="text"
name="timestamp"
label={__('Timestamp')}
placeholder={'00:23:59'}