Skip to content

Commit

Permalink
EPMRPP-87435 || Reset to global integrations button fix (#3641)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet authored and Vadim73i committed Nov 13, 2023
1 parent b841e33 commit 002035e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const IntegrationInfo = (props) => {
const onResetProjectIntegration = () => {
dispatch(
showModalAction({
id: 'deleteProjectIntegrationModal',
id: 'deleteIntegrationModal',
data: {
onConfirm: resetProjectIntegrations,
modalTitle: formatMessage(messages.projectIntegrationReset),
Expand Down

0 comments on commit 002035e

Please sign in to comment.