Fix timestamp input pattern
This commit is contained in:
parent
b0e213a2b5
commit
57eae71d12
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ export default function ReportContent(props: Props) {
|
||||||
{includeTimestamp(claim) && (
|
{includeTimestamp(claim) && (
|
||||||
<div className="section">
|
<div className="section">
|
||||||
<FormField
|
<FormField
|
||||||
type="tel"
|
type="time"
|
||||||
name="timestamp"
|
name="timestamp"
|
||||||
label={__('Timestamp')}
|
label={__('Timestamp')}
|
||||||
placeholder={'00:23:59'}
|
placeholder={'00:23:59'}
|
||||||
|
|
Loading…
Reference in a new issue