diff --git a/packages/react-sdk-components/src/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.tsx b/packages/react-sdk-components/src/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.tsx index 4d07c82e..9d6edede 100644 --- a/packages/react-sdk-components/src/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.tsx +++ b/packages/react-sdk-components/src/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.tsx @@ -49,10 +49,13 @@ function ListViewActionButtons(props: ListViewActionButtonsProps) { getPConnect() .getActionsApi() .submitEmbeddedDataModal(context) - .then(() => {}) - .finally(() => { + .then(() => { setIsDisabled(false); closeActionsDialog(); + }) + .catch(err => { + // eslint-disable-next-line no-console + console.log(err); }); }} >