Add missing help link to subscriber modal

This commit is contained in:
Kailash Nadh 2019-07-12 15:09:58 +05:30
parent f457605707
commit 6409c9a23b
1 changed files with 8 additions and 1 deletions

View File

@ -257,7 +257,14 @@ class CreateFormDef extends React.PureComponent {
<p className="ant-form-extra">
Attributes are defined as a JSON map, for example:
{' {"age": 30, "color": "red", "is_user": true}'}.{" "}
<a href="">More info</a>.
<a
href="https://listmonk.app/docs/concepts"
rel="noopener noreferrer"
target="_blank"
>
More info
</a>
.
</p>
</Form.Item>
{!this.props.isModal && (