fix(widget-integration-select): fixed error about <p> being descendant of <p> (#3418)
This commit is contained in:
@@ -105,7 +105,7 @@ export const WidgetIntegrationSelect = ({
|
|||||||
<PillsInput
|
<PillsInput
|
||||||
inputWrapperOrder={["label", "input", "description", "error"]}
|
inputWrapperOrder={["label", "input", "description", "error"]}
|
||||||
description={
|
description={
|
||||||
<Text size="xs">
|
<Text size="xs" span>
|
||||||
{t.rich("widget.common.integration.description", {
|
{t.rich("widget.common.integration.description", {
|
||||||
here: () => (
|
here: () => (
|
||||||
<Anchor size="xs" component={Link} target="_blank" href="/manage/integrations">
|
<Anchor size="xs" component={Link} target="_blank" href="/manage/integrations">
|
||||||
|
|||||||
Reference in New Issue
Block a user