Skip to content

Commit

Permalink
enabled submit post api call (#429)
Browse files Browse the repository at this point in the history
Co-authored-by: mohas22 <[email protected]>
  • Loading branch information
samhere06 and mohas22 authored Dec 1, 2024
1 parent 9575c53 commit 3094a5a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ function ListViewActionButtons(props: ListViewActionButtonsProps) {
.getActionsApi()
.submitEmbeddedDataModal(context)
.then(() => {
setIsDisabled(false);
closeActionsDialog();
})
.catch(err => {
// eslint-disable-next-line no-console
console.log(err);
})
.finally(() => {
setIsDisabled(false);
});
}}
>
Expand Down

0 comments on commit 3094a5a

Please sign in to comment.