fix(kanban): move repeating task back to old bucket when moved to the done bucket
This commit is contained in:
@ -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'"
|
||||
|
Reference in New Issue
Block a user