mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
update dependencies, update eslint config, update optional ts props types
This commit is contained in:
@@ -78,11 +78,11 @@ function updateTimeEntryInputValue() {
|
||||
<template>
|
||||
<TextInput
|
||||
ref="inputField"
|
||||
@blur="updateDuration"
|
||||
@keydown.enter="updateDuration"
|
||||
v-model="temporaryCustomTimerEntry"
|
||||
:class="twMerge('text-text-secondary', props.class)"
|
||||
type="text" />
|
||||
type="text"
|
||||
@blur="updateDuration"
|
||||
@keydown.enter="updateDuration" />
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user