Whoops, fixed moving tasks around!

This commit is contained in:
NetMan 2024-02-15 18:16:02 +01:00
parent 5a1cf2bb52
commit 409e9eec8c
1 changed files with 3 additions and 2 deletions

View File

@ -122,8 +122,6 @@ function removeMe(e) {
</ul>
</template>
</dropdown-menu>
</div>
<Modal v-model="showModalDetails" title="Task details">
<template v-slot:default>
@ -192,6 +190,9 @@ function removeMe(e) {
</form>
</template>
</Modal>
</div>
</template>