diff --git a/src/util/helpers.ts b/src/util/helpers.ts index 382ee0e..6aa1f94 100644 --- a/src/util/helpers.ts +++ b/src/util/helpers.ts @@ -108,4 +108,4 @@ export function formatDate(d: string | Date, locale?: string): string { // TODO This is a temporary solution to enable bulk actions in development, // but disable them in production. -export const ENABLE_BULK = 0 as 0 | 1; +export const ENABLE_BULK = 1 as 0 | 1;