Fix copy for rp values
parent
3ec34cd1a4
commit
0cb915cccf
|
@ -161,7 +161,7 @@ class DatabaseRow extends Component {
|
||||||
name="name"
|
name="name"
|
||||||
type="text"
|
type="text"
|
||||||
defaultValue={formattedDuration}
|
defaultValue={formattedDuration}
|
||||||
placeholder="INF, 5m, 1d etc"
|
placeholder="INF, 1h30m, 1d, etc"
|
||||||
onKeyDown={this.handleKeyDown}
|
onKeyDown={this.handleKeyDown}
|
||||||
ref={r => (this.duration = r)}
|
ref={r => (this.duration = r)}
|
||||||
autoFocus={!isNew}
|
autoFocus={!isNew}
|
||||||
|
|
Loading…
Reference in New Issue