mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove seconds in edit modal
This commit is contained in:
parent
83da1d6242
commit
bfccbbb206
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ function EditItemModal(props: EditItemModalProps): JSX.Element {
|
|||
<StyledText css={titleStyle}>SAVED AT:</StyledText>
|
||||
<FormInput
|
||||
type="datetime-local"
|
||||
value={props.savedAt.format('YYYY-MM-DDTHH:mm:ss')}
|
||||
value={props.savedAt.format('YYYY-MM-DDTHH:mm')}
|
||||
placeholder="Edit Date"
|
||||
onChange={(event) => {
|
||||
const dateStr = event.target.value
|
||||
|
|
|
|||
Loading…
Reference in a new issue