diff --git a/front/src/components/library/EditForm.vue b/front/src/components/library/EditForm.vue
index 15e0b8f88..2ae988f47 100644
--- a/front/src/components/library/EditForm.vue
+++ b/front/src/components/library/EditForm.vue
@@ -278,11 +278,10 @@ const resetField = (fieldId: string) => {
-
@@ -349,29 +348,18 @@ const resetField = (fieldId: string) => {
{{ t('components.library.EditForm.button.cancel') }}
-
-
-
-
- {{ t('components.library.EditForm.button.cancel') }}
-
-
+
diff --git a/front/src/components/ui/Markdown.vue b/front/src/components/ui/Markdown.vue
index b90f06faf..757715262 100644
--- a/front/src/components/ui/Markdown.vue
+++ b/front/src/components/ui/Markdown.vue
@@ -6,7 +6,7 @@ import showdown from 'showdown'
import SanitizedHtml from './SanitizedHtml.vue'
interface Props {
- md: string
+ md: string | null
}
const props = defineProps()