Fix client side errors that happened on page load (#15502)

* fix momentjs error on page load

* use correct method to set moment locale

* fix vue draggable deprecation
This commit is contained in:
Phillip Thelen
2025-09-04 20:44:31 +02:00
committed by GitHub
parent 3bf4af8d8b
commit da45eb2adf
4 changed files with 8 additions and 10 deletions

View File

@@ -21,11 +21,9 @@
>
<draggable
v-model="checklist"
:options="{
handle: '.grippy',
filter: '.task-dropdown',
disabled: disabled,
}"
handle=".grippy"
filter=".task-dropdown"
:disabled="disabled"
@update="updateChecklist"
>
<div