mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Update dialog title and description
This commit is contained in:
@@ -169,7 +169,10 @@ const AllowedDomainsDialog = ({ show, dialogProps, onCancel, onConfirm }) => {
|
|||||||
flexDirection: 'column'
|
flexDirection: 'column'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span>Your chatbot will only work when used from the following domains</span>
|
<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>
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ const CanvasHeader = ({ chatflow, handleSaveFlow, handleDeleteFlow, handleLoadFl
|
|||||||
setConversationStartersDialogOpen(true)
|
setConversationStartersDialogOpen(true)
|
||||||
} else if (setting === 'allowedDomains') {
|
} else if (setting === 'allowedDomains') {
|
||||||
setAllowedDomainsDialogProps({
|
setAllowedDomainsDialogProps({
|
||||||
title: 'Starter Prompts - ' + chatflow.name,
|
title: 'Allowed Domains - ' + chatflow.name,
|
||||||
chatflow: chatflow
|
chatflow: chatflow
|
||||||
})
|
})
|
||||||
setAllowedDomainsDialogOpen(true)
|
setAllowedDomainsDialogOpen(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user