Skip to content

Commit

Permalink
test: Temporarily enable bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 29, 2023
1 parent dcb5202 commit e732f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit e732f59

Please sign in to comment.