From e732f5938a4a8d8f206be097ee18da4bfa878a39 Mon Sep 17 00:00:00 2001 From: Amaury <1293565+amaury1729@users.noreply.github.com> Date: Fri, 29 Dec 2023 22:37:44 +0100 Subject: [PATCH] test: Temporarily enable bulk --- src/util/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/helpers.ts b/src/util/helpers.ts index 382ee0ee..6aa1f943 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;