1
0

fix(kanban): move repeating task back to old bucket when moved to the done bucket

This commit is contained in:
kolaente
2024-07-12 13:44:45 +02:00
parent 51040cf1af
commit 323ecdaab6
3 changed files with 8 additions and 4 deletions

View File

@ -40,11 +40,11 @@
</slot>
<input
:id="id"
ref="searchInput"
v-model="query"
type="text"
class="input"
:id="id"
:name="name"
:placeholder="placeholder"
:autocomplete="autocompleteEnabled ? undefined : 'off'"