fix(referenceError): $e is not defined

This commit is contained in:
Ramesh Mane
2026-01-24 07:09:01 +00:00
parent 36b87f6adc
commit fc2e6b3c9b

View File

@@ -11,6 +11,8 @@ const container = ref()
const { isUIAllowed } = useRoles()
const { $e } = useNuxtApp()
const { selectedDate, formattedData, formattedSideBarData, calendarRange, updateRowProperty, isSyncedFromColumn } =
useCalendarViewStoreOrThrow()