mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 18:39:01 +01:00
feat(collections/list): enable "Show archived notes" checkmark in collections
This commit is contained in:
parent
e51daad5da
commit
454310c3e4
@ -65,7 +65,6 @@ function BookProperties({ viewType, note, properties }: { viewType: ViewTypeOpti
|
|||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
{viewType !== "list" && viewType !== "grid" && (
|
|
||||||
<CheckboxPropertyView
|
<CheckboxPropertyView
|
||||||
note={note} property={{
|
note={note} property={{
|
||||||
bindToLabel: "includeArchived",
|
bindToLabel: "includeArchived",
|
||||||
@ -73,7 +72,6 @@ function BookProperties({ viewType, note, properties }: { viewType: ViewTypeOpti
|
|||||||
type: "checkbox"
|
type: "checkbox"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user