Skip to content

Commit 78d9354

Browse files
committed
fix: remove hardcoded delete message when bulk action confirm is a string
1 parent 22099a0 commit 78d9354

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adminforth/spa/src/utils/listUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export async function startBulkAction(actionId: string, resource: AdminForthReso
6666
typeof action.confirm === 'string'
6767
? {
6868
title: action.confirm,
69-
message: t('Deleting {count} item. This process is irreversible. | Deleting {count} items. This process is irreversible.', { count: checkboxes.value.length }),
7069
dangerous: action.dangerous ?? false,
7170
}
7271
: {

0 commit comments

Comments
 (0)