diff --git a/src/components/EmptyStateComponent/index.tsx b/src/components/EmptyStateComponent/index.tsx index ced3a2025f0e..cd08e73b5a7e 100644 --- a/src/components/EmptyStateComponent/index.tsx +++ b/src/components/EmptyStateComponent/index.tsx @@ -112,7 +112,15 @@ function EmptyStateComponent({ ))} {children} {!isEmpty(buttons) && ( - + {buttons?.map(({buttonText, buttonAction, success, icon, isDisabled, style, dropDownOptions}) => dropDownOptions ? (