From 7d9197670411601b37a629197bee38e8e9026019 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Thu, 12 Jun 2025 11:18:54 +0200 Subject: [PATCH] remove use of component moodleSVG --- public/js/components/DashboardWidget/LvPlan.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/js/components/DashboardWidget/LvPlan.js b/public/js/components/DashboardWidget/LvPlan.js index 94e79328a..f180c47e6 100644 --- a/public/js/components/DashboardWidget/LvPlan.js +++ b/public/js/components/DashboardWidget/LvPlan.js @@ -4,7 +4,6 @@ import FhcCalendar from '../Calendar/Calendar.js'; import LvModal from '../Cis/Mylv/LvModal.js'; import ContentModal from '../Cis/Cms/ContentModal.js' import CalendarDate from '../../composables/CalendarDate.js'; -import moodleSvg from "../../helpers/moodleSVG.js" import ApiLvPlan from '../../api/factory/lvPlan.js'; import ApiOrt from '../../api/factory/ort.js'; @@ -18,8 +17,7 @@ export default { components: { FhcCalendar, LvModal, - ContentModal, - moodleSvg + ContentModal }, data() {