diff --git a/src/util/helpers.ts b/src/util/helpers.ts index 725357b..b2f741f 100644 --- a/src/util/helpers.ts +++ b/src/util/helpers.ts @@ -106,4 +106,4 @@ export function formatDate(d: string | Date, locale?: string): string { }); } -export const ENABLE_BULK: boolean = true; +export const ENABLE_BULK: boolean = false;