Skip to content

Commit

Permalink
fix: Response view not passing error to support
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Jan 10, 2025
1 parent 1030275 commit 585747d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const ErrorView: React.FC<ErrorViewProps> = ({
<div data-testid="t--response-error">{errorMessage}</div>
<LogHelper
logType={LOG_TYPE.ACTION_EXECUTION_ERROR}
message={`${errorMessage}`}
name="PluginExecutionError"
pluginErrorDetails={
actionResponse && actionResponse.pluginErrorDetails
Expand Down

0 comments on commit 585747d

Please sign in to comment.