diff --git a/frontend/src/components/Content.tsx b/frontend/src/components/Content.tsx index b486007ac..7187e1767 100644 --- a/frontend/src/components/Content.tsx +++ b/frontend/src/components/Content.tsx @@ -297,7 +297,7 @@ const Content: React.FC = ({ showAlert: true, alertMessage: `Processing ${batch.length} files at a time.`, alertType: 'info', - }) + }); for (let i = 0; i < batch.length; i++) { if (newCheck) { if (batch[i]?.status === 'New') { diff --git a/frontend/src/utils/Constants.ts b/frontend/src/utils/Constants.ts index 8d8f258ca..f3ca4b3d5 100644 --- a/frontend/src/utils/Constants.ts +++ b/frontend/src/utils/Constants.ts @@ -193,7 +193,6 @@ export const POST_PROCESSING_JOBS: { title: string; description: string }[] = [ export const batchSize: number = parseInt(process.env.VITE_BATCH_SIZE ?? '2'); - export const nvlOptions: NvlOptions = { allowDynamicMinZoom: true, disableWebGL: true,