12 |
13 |
Popup blocked
14 |
15 | The bot wants to open a new tab but it was blocked by your broswer. It needs a manual
16 | approval.
17 |
18 |
19 |
20 |
props.onLinkClick()}
26 | >
27 | Continue in new tab
28 |
29 |
30 | );
31 | };
32 |
--------------------------------------------------------------------------------
/js/src/components/ConversationContainer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ConversationContainer'
2 |
--------------------------------------------------------------------------------
/js/src/components/ErrorMessage.tsx:
--------------------------------------------------------------------------------
1 | type Props = {
2 | error: Error;
3 | };
4 | export const ErrorMessage = (props: Props) => {
5 | return (
6 |