Changes to Timetracking
This commit is contained in:
@@ -71,7 +71,7 @@ const selectStartedTime = () => {
|
||||
runningTimeInfo.value = times.value.find(time => time.user == user.value.id && !time.end)
|
||||
}
|
||||
|
||||
selectStartedTime()
|
||||
//selectStartedTime()
|
||||
|
||||
</script>
|
||||
|
||||
@@ -90,6 +90,12 @@ selectStartedTime()
|
||||
>
|
||||
Stop
|
||||
</UButton>
|
||||
<UButton
|
||||
class="controlButton"
|
||||
@click="selectStartedTime"
|
||||
>
|
||||
Zeit Wählen
|
||||
</UButton>
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user