{
@@ -10297,14 +10384,14 @@ const releaseToConnectLabel = "Release to Connect"
{/**/}
{/**/}
:
)
})}
@@ -12728,7 +12815,7 @@ const releaseToConnectLabel = "Release to Connect"
type: "action",
id: item.id,
name: item.label,
- autocomplete: `${item.label.split(" ").join("_")}`,
+ autocomplete: `${item?.label?.split(" ")?.join("_")}`,
example: exampledata,
}
actionlist.push(actionvalue);
@@ -14843,7 +14930,7 @@ const releaseToConnectLabel = "Release to Connect"
Information
- The information you want to show the user. Supports variables.
+ The information you want to show the user. Supports variables. Supports Markdown & HTML.
@@ -15058,7 +15145,7 @@ const releaseToConnectLabel = "Release to Connect"
style={{
backgroundColor: theme.palette.inputColor,
borderRadius: theme.palette?.borderRadius,
- marginTop: 10,
+ marginTop: 10,
}}
InputProps={{
style: {
@@ -15092,7 +15179,7 @@ const releaseToConnectLabel = "Release to Connect"
style={{
backgroundColor: theme.palette.inputColor,
borderRadius: theme.palette?.borderRadius,
- marginTop: 10,
+ marginTop: 10,
}}
InputProps={{
style: {
@@ -15114,9 +15201,8 @@ const releaseToConnectLabel = "Release to Connect"
/>
) : null}
-