diff --git a/public/app/features/dashboard-scene/saving/createDetectChangesWorker.ts b/public/app/features/dashboard-scene/saving/createDetectChangesWorker.ts index 4f34b2a15d4..f2a835fbf5e 100644 --- a/public/app/features/dashboard-scene/saving/createDetectChangesWorker.ts +++ b/public/app/features/dashboard-scene/saving/createDetectChangesWorker.ts @@ -1 +1,3 @@ +import { CorsWorker as Worker } from 'app/core/utils/CorsWorker'; + export const createWorker = () => new Worker(new URL('./DetectChangesWorker.ts', import.meta.url));