commit
80fc50e642
1 changed files with 4 additions and 3 deletions
|
@ -194,13 +194,14 @@ export const MapperList = ({ clientScope, refresh }: MapperListProps) => {
|
|||
<ListEmptyState
|
||||
message={t("common:emptyMappers")}
|
||||
instructions={t("common:emptyMappersInstructions")}
|
||||
primaryActionText={t("common:emptyPrimaryAction")}
|
||||
onPrimaryAction={() => toggleAddMapperDialog(true)}
|
||||
secondaryActions={[
|
||||
{
|
||||
text: t("common:emptyPrimaryAction"),
|
||||
onClick: () => toggleAddMapperDialog(true),
|
||||
},
|
||||
{
|
||||
text: t("emptySecondaryAction"),
|
||||
onClick: () => toggleAddMapperDialog(false),
|
||||
type: ButtonVariant.secondary,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue