Skip to content

Commit

Permalink
EPMRPP-88971 || GA. "icon_name" parameter has empty value when no Ana…
Browse files Browse the repository at this point in the history
…lyzer suggestions in ML tab (#3726)
  • Loading branch information
Vadim73i authored Jan 16, 2024
1 parent 28d6e9d commit 3a9e194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const getClickOnApplyEventCreator = (place) => (
...basicEventParameters,
status,
switcher,
icon_name: iconName,
icon_name: iconName || 'not_set',
element_name: getMakeDecisionElementName(issueActionType),
};
};
Expand Down

0 comments on commit 3a9e194

Please sign in to comment.