mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
Merge pull request #12934 from nocodb/nc-fix/sentry-errors-24-jan
Nc fix/sentry errors 24 jan
This commit is contained in:
@@ -26,6 +26,8 @@ watch(files, (newFiles) => {
|
||||
})
|
||||
|
||||
const onDrop = (files: File[], event: DragEvent) => {
|
||||
if (!files || !ncIsArray(files)) return
|
||||
|
||||
tempFiles.value.push(...files)
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
|
||||
@@ -11,6 +11,8 @@ const container = ref()
|
||||
|
||||
const { isUIAllowed } = useRoles()
|
||||
|
||||
const { $e } = useNuxtApp()
|
||||
|
||||
const { selectedDate, formattedData, formattedSideBarData, calendarRange, updateRowProperty, isSyncedFromColumn } =
|
||||
useCalendarViewStoreOrThrow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user