fix(front): remove botched Html comment

This commit is contained in:
upsiflu 2024-12-13 10:02:49 +01:00
parent f3ee0b9f77
commit 316908fe61
1 changed files with 1 additions and 7 deletions

View File

@ -29,11 +29,5 @@ const isOpen = ref(false)
</script>
<template>
<Modal <!-- :isOpen="props.show" -->
title="props.title"
:class="classes"
>
<template v-if="$slots.actions" #actions>
</template>
</Modal> -->
(Semantic Modal)
</template>