Skip to content

Commit

Permalink
Rename to AppointmentFinderElementMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Sep 27, 2024
1 parent 6462a36 commit d834211
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 131 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}}
</template>
<template #menu>
<CollaborativeTextEditorElementMenu
<AppointmentFinderElementMenu
v-if="isEditMode"
@move-down:element="onMoveDown"
@move-up:element="onMoveUp"
Expand All @@ -48,7 +48,7 @@ import { mdiCalendarCheck } from "@icons/material";
import { ContentElementBar } from "@ui-board";
import { computed, PropType, ref, toRef } from "vue";
import { useI18n } from "vue-i18n";
import CollaborativeTextEditorElementMenu from "./components/CollaborativeTextEditorElementMenu.vue";
import AppointmentFinderElementMenu from "./components/AppointmentFinderElementMenu.vue";
const props = defineProps({
element: {
Expand Down

This file was deleted.

0 comments on commit d834211

Please sign in to comment.