Minor(ui): test destination message improvement (#21881)

* fixed status alert message

* removed localization

* removed localization
This commit is contained in:
Dhruv Parmar 2025-06-23 18:14:07 +05:30 committed by GitHub
parent e2f35ff31b
commit fdda717b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -352,7 +352,7 @@ function DestinationSelectItem({
{`${t('label.status')}:`}
</Typography.Text>
<Typography.Text className="font-medium text-sm m-l-xss">
{statusLabel}
{`${destinationStatusDetails?.statusCode} ${statusLabel} ${destinationStatusDetails?.reason}`}
</Typography.Text>
</>
}