mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-03 07:07:22 +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')}:`}
|
{`${t('label.status')}:`}
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
<Typography.Text className="font-medium text-sm m-l-xss">
|
<Typography.Text className="font-medium text-sm m-l-xss">
|
||||||
{statusLabel}
|
{`${destinationStatusDetails?.statusCode} ${statusLabel} ${destinationStatusDetails?.reason}`}
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user