Update TaskManagementExampleDraggable.tid (#4736)

This commit is contained in:
twMat
2020-06-27 13:12:24 +01:00
committed by GitHub
parent 2e39b5add5
commit 55109177ee
@@ -18,6 +18,6 @@ This is a version of the TaskManagementExample enhanced with the ability to drag
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<div>
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
</div>
</$list>