Skip to content

Commit

Permalink
EPMRPP-86302 || Create Global integration modal. New design support (#45
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AmsterGet authored Oct 31, 2023
1 parent 74e94b4 commit 935b676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/integrationSettings/integrationSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export const IntegrationSettings = (props) => {

dispatch(
showModalAction({
id: 'createProjectIntegrationModal',
id: 'addIntegrationModal',
data: {
modalTitle: 'Edit authorization',
isGlobal,
onConfirm: getConfirmationFunc(testConnection),
instanceType: integrationType.name,
customProps: {
Expand Down

0 comments on commit 935b676

Please sign in to comment.