Update allowed domains help text
This commit is contained in:
parent
00bc63296b
commit
811a6a0f41
|
|
@ -113,10 +113,7 @@ const AllowedDomains = ({ dialogProps }) => {
|
||||||
flexDirection: 'column'
|
flexDirection: 'column'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span>
|
<span>Your chatbot will only work when used from the following domains.</span>
|
||||||
Your chatbot will only work when used from the following domains. When adding domains, exclude the{' '}
|
|
||||||
<pre style={{ display: 'inline' }}>http://</pre> or <pre style={{ display: 'inline' }}>https://</pre> part.
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<Box sx={{ '& > :not(style)': { m: 1 }, pt: 2 }}>
|
<Box sx={{ '& > :not(style)': { m: 1 }, pt: 2 }}>
|
||||||
<List>
|
<List>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue