mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Linting
This commit is contained in:
@@ -118,13 +118,14 @@ export const DurationInput: React.FC<IProps> = (props: IProps) => {
|
||||
<InputGroup>
|
||||
<Form.Control
|
||||
disabled={props.disabled}
|
||||
defaultValue={value}
|
||||
value={value}
|
||||
onChange={(e : any) => setValue(e.target.value)}
|
||||
onBlur={() => props.onValueChange(stringToSeconds(value))}
|
||||
placeholder="hh:mm:ss"
|
||||
/>
|
||||
<InputGroup.Append>
|
||||
{maybeRenderReset()}
|
||||
{ maybeRenderReset() }
|
||||
{ renderButtons() }
|
||||
</InputGroup.Append>
|
||||
</InputGroup>
|
||||
</Form.Group>
|
||||
|
||||
Reference in New Issue
Block a user