From 4b9a4ea504979a0136fb346517c23809b7daef34 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Wed, 23 Jun 2021 12:59:45 +0200 Subject: [PATCH] fixing issue fixing: #650 --- src/client-scopes/details/MapperList.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/client-scopes/details/MapperList.tsx b/src/client-scopes/details/MapperList.tsx index 12fa6eaac0..c268247557 100644 --- a/src/client-scopes/details/MapperList.tsx +++ b/src/client-scopes/details/MapperList.tsx @@ -194,13 +194,14 @@ export const MapperList = ({ clientScope, refresh }: MapperListProps) => { toggleAddMapperDialog(true)} secondaryActions={[ + { + text: t("common:emptyPrimaryAction"), + onClick: () => toggleAddMapperDialog(true), + }, { text: t("emptySecondaryAction"), onClick: () => toggleAddMapperDialog(false), - type: ButtonVariant.secondary, }, ]} />