mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-31 21:27:58 +00:00
parent
8acebbb892
commit
30c9f3e046
@ -225,11 +225,11 @@ const DeleteWidgetModal = ({
|
||||
key={option.type}
|
||||
value={option.type}>
|
||||
<Typography.Paragraph
|
||||
className="delete-widget-title"
|
||||
className="delete-widget-title break-all"
|
||||
data-testid={`${option.type}-option`}>
|
||||
{option.title}
|
||||
</Typography.Paragraph>
|
||||
<Typography.Paragraph className="text-grey-muted text-xs">
|
||||
<Typography.Paragraph className="text-grey-muted text-xs break-all">
|
||||
{option.description}
|
||||
</Typography.Paragraph>
|
||||
</Radio>
|
||||
|
Loading…
x
Reference in New Issue
Block a user