From 37e68711f674fc36c6f99796bab9e8238e7a7cdb Mon Sep 17 00:00:00 2001 From: hemahg Date: Thu, 19 Dec 2024 15:42:05 +0530 Subject: [PATCH] Add onclick function for dryrun page Signed-off-by: hemahg --- .../consumer-groups/[groupId]/reset-offset/DryrunSelect.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/[locale]/(authorized)/kafka/[kafkaId]/consumer-groups/[groupId]/reset-offset/DryrunSelect.tsx b/ui/app/[locale]/(authorized)/kafka/[kafkaId]/consumer-groups/[groupId]/reset-offset/DryrunSelect.tsx index 09803198d..45b748236 100644 --- a/ui/app/[locale]/(authorized)/kafka/[kafkaId]/consumer-groups/[groupId]/reset-offset/DryrunSelect.tsx +++ b/ui/app/[locale]/(authorized)/kafka/[kafkaId]/consumer-groups/[groupId]/reset-offset/DryrunSelect.tsx @@ -44,6 +44,7 @@ export function DryrunSelect({ id="split-button-action-secondary-with-toggle-button" key="split-action-secondary" aria-label={t("dry_run")} + onClick={openDryrun} > {t("dry_run")} ,