Skip to content

Commit

Permalink
Image test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-darsow committed Oct 4, 2023
1 parent 2fc483b commit d4ead76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineComponent({
const { t } = useI18n();
const mockedFileElement = ref({
id: "64ec3a777045469716f7d4dd",
id: "651d7cf82436e17a07740748",
type: ContentElementType.File,
timestamps: {
createdAt: "",
Expand Down
1 change: 0 additions & 1 deletion src/components/feature-board/card/ContentElementList.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<VCardText>
<template v-for="(element, index) in elements">
{{ element.id }}
<RichTextContentElement
v-if="isRichTextElementResponse(element)"
:key="element.id"
Expand Down

0 comments on commit d4ead76

Please sign in to comment.