From 8153acf5119f9460bc6fa4850113f457c6b7f239 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 26 Apr 2024 12:20:55 +0000 Subject: [PATCH] feat(HMS-4019): navigate to domain details page on edit When "edit" button is clicked in the kebab menu in domains list, the user is redirected to details page for the domain. Signed-off-by: Petr Vobornik --- src/Components/DomainList/DomainList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/DomainList/DomainList.tsx b/src/Components/DomainList/DomainList.tsx index 335083c..5b66a81 100644 --- a/src/Components/DomainList/DomainList.tsx +++ b/src/Components/DomainList/DomainList.tsx @@ -206,7 +206,7 @@ export const DomainList = () => { }, { title: 'Edit', - onClick: () => console.log(`clicked on Edit, on row ${domain.title}`), + onClick: () => onShowDetails(domain), ouiaId: 'ButtonActionEdit', }, {