mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Prettier
This commit is contained in:
@@ -78,7 +78,9 @@ export const DurationInput: React.FC<IProps> = (props: IProps) => {
|
||||
className="duration-control"
|
||||
disabled={props.disabled}
|
||||
value={value}
|
||||
onChange={(e: React.FormEvent<HTMLInputElement>) => setValue(e.currentTarget.value)}
|
||||
onChange={(e: React.FormEvent<HTMLInputElement>) =>
|
||||
setValue(e.currentTarget.value)
|
||||
}
|
||||
onBlur={() =>
|
||||
props.onValueChange(DurationUtils.stringToSeconds(value))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user