kanban > virtual sample step : fix image for pdf
This commit is contained in:
parent
8c0a347d2c
commit
c1328c9150
2 changed files with 9 additions and 1 deletions
|
|
@ -12,6 +12,13 @@ import { computed } from "vue";
|
|||
const { step } = defineProps({ step: Object });
|
||||
|
||||
const images = computed(() => {
|
||||
if (!step.files.dynamic) {
|
||||
return [
|
||||
{
|
||||
url: step.files.static.rawGlass.cover,
|
||||
},
|
||||
];
|
||||
}
|
||||
return step.files?.dynamic?.map((track) => getFrontView(track)) ?? [];
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue