fix
This commit is contained in:
parent
e5c339b86a
commit
5edc885c22
2 changed files with 7 additions and 1 deletions
|
@ -67,6 +67,12 @@ watch($$(withReplies), v => {
|
|||
});
|
||||
});
|
||||
|
||||
watch($$(onlyFiles), v => {
|
||||
updateColumn(props.column.id, {
|
||||
onlyFiles: v,
|
||||
});
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
if (props.column.tl == null) {
|
||||
setType();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue