Skip to content

Commit 4b1f9ee

Browse files
[v3-2-test] fix bulk connection delete banner (#64735) (#64961)
(cherry picked from commit a060826) Co-authored-by: Shubham Raj <48172486+shubhamraj-git@users.noreply.github.com>
1 parent 010ba65 commit 4b1f9ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

airflow-core/src/airflow/ui/src/queries/useBulkDeleteConnections.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ export const useBulkDeleteConnections = ({ clearSelections, onSuccessConfirm }:
5454
keys: success.join(", "),
5555
resourceName: translate("admin:connections.connection_other"),
5656
}),
57-
title: translate("toaster.bulkDelete.success.title"),
57+
title: translate("toaster.bulkDelete.success.title", {
58+
resourceName: translate("admin:connections.connection_other"),
59+
}),
5860
type: "success",
5961
});
6062
clearSelections();

0 commit comments

Comments
 (0)