adapt kanban images show to new structure
This commit is contained in:
parent
73c78b7658
commit
92007f7161
5 changed files with 48 additions and 16 deletions
|
|
@ -105,7 +105,6 @@ const tracks = computed(() => {
|
|||
});
|
||||
|
||||
const isSingleImage = computed(() => {
|
||||
console.log(activeTracks.value);
|
||||
return (
|
||||
activeTracks.value?.length === 1 &&
|
||||
activeTracks.value[0]?.files?.length === 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue