mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
Minor(ui): test destination message improvement (#21881)
* fixed status alert message * removed localization * removed localization
This commit is contained in:
parent
e2f35ff31b
commit
fdda717b56
@ -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>
|
||||
</>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user