mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
refactor: format times in editor based on project time format
This commit is contained in:
committed by
Carlos Valente
parent
b19e9d23ba
commit
9e771a2f24
@@ -77,6 +77,7 @@ function TimeInputFlow({
|
||||
placeholder='Start'
|
||||
align='left'
|
||||
disabled={linkStart}
|
||||
shouldFormat
|
||||
/>
|
||||
<Tooltip
|
||||
text='Link start to previous end'
|
||||
@@ -99,6 +100,7 @@ function TimeInputFlow({
|
||||
placeholder='End'
|
||||
align='left'
|
||||
disabled={isLockedDuration}
|
||||
shouldFormat
|
||||
/>
|
||||
<Tooltip
|
||||
text='Lock end'
|
||||
|
||||
Reference in New Issue
Block a user