Skip to content

Commit 6c7fb4d

Browse files
committed
chore: update error message
1 parent a96ef25 commit 6c7fb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ export default function EnvTriggerView({ filteredAppIds, isVirtualEnv }: AppGrou
15581558
appName: triggeredAppList[index].appName,
15591559
statusText: statusType,
15601560
status: BulkResponseStatus.SKIP,
1561-
message: errorReason.errors[0].internalMessage,
1561+
message: errorReason.errors[0].userMessage,
15621562
})
15631563
} else if (errorReason.code === 403 || errorReason.code === 422) {
15641564
// Adding 422 to handle the unauthorized state due to deployment window

0 commit comments

Comments
 (0)