Fix timestamp input type
This commit is contained in:
parent
57eae71d12
commit
4fcaf7ba2f
1 changed files with 1 additions and 1 deletions
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue