We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0ff61 commit c506a96Copy full SHA for c506a96
frontend/src/components/Content.tsx
@@ -297,7 +297,7 @@ const Content: React.FC<ContentProps> = ({
297
showAlert: true,
298
alertMessage: `Processing ${batch.length} files at a time.`,
299
alertType: 'info',
300
- })
+ });
301
for (let i = 0; i < batch.length; i++) {
302
if (newCheck) {
303
if (batch[i]?.status === 'New') {
frontend/src/utils/Constants.ts
@@ -193,7 +193,6 @@ export const POST_PROCESSING_JOBS: { title: string; description: string }[] = [
193
194
export const batchSize: number = parseInt(process.env.VITE_BATCH_SIZE ?? '2');
195
196
-
197
export const nvlOptions: NvlOptions = {
198
allowDynamicMinZoom: true,
199
disableWebGL: true,
0 commit comments