Skip to content

Commit

Permalink
EPMRPP-95285 || Unable to Unlink the issue & EPMRPP-95281 || Wrong va…
Browse files Browse the repository at this point in the history
…lidation message (#4011)

* EPMRPP-95285 || Unable to Unlink the issue

* EPMRPP-95281 || Wrong validation message
  • Loading branch information
maria-hambardzumian authored Sep 16, 2024
1 parent 46b0119 commit 2543d24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const messages = defineMessages({
},
btsIntegrationNameHint: {
id: 'BtsCommonMessages.btsIntegrationNameHint',
defaultMessage: 'Integration name should have a size from 1 to 55 characters',
defaultMessage: 'Integration name should have size from 1 to 55 characters',
},
btsUrlHint: {
id: 'BtsCommonMessages.btsUrlHint',
Expand Down
4 changes: 3 additions & 1 deletion app/src/pages/inside/uniqueErrorsPage/uniqueErrorsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ export class UniqueErrorsPage extends Component {
];
this.props.onUnlinkIssue(items, {
fetchFunc: this.unselectAndFetchItems,
eventsInfo: {},
eventsInfo: {
unlinkBtn: UNIQUE_ERRORS_PAGE_EVENTS.UNLINK_ISSUE_MODAL_EVENTS.getClickUnlinkButtonEventParameters(),
},
});
};
deleteItems = () => {
Expand Down

0 comments on commit 2543d24

Please sign in to comment.