authentication fix
This commit is contained in:
@@ -154,6 +154,8 @@ export const QuickEntry: Component = () => {
|
||||
<Search class="text-muted-foreground mr-3" size={20} />
|
||||
<TextField class="flex-1">
|
||||
<TextFieldInput
|
||||
id="quick-entry-input"
|
||||
name="task-title"
|
||||
ref={inputRef}
|
||||
value={input()}
|
||||
onInput={(e) => setInput(e.currentTarget.value)}
|
||||
|
||||
Reference in New Issue
Block a user