Skip to content

Commit

Permalink
remove test site change
Browse files Browse the repository at this point in the history
  • Loading branch information
popestr committed Sep 25, 2024
1 parent 31181ff commit ead1219
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions apps/test-site/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {
MessageSource,
} from "@yext/chat-headless-react";
import { useCallback, useEffect, useState } from "react";
import { provideChatCoreZendesk } from "@yext/chat-core-zendesk";
// import { provideChatCore } from '@yext/chat-core';

const config: HeadlessConfig = {
botId: process.env.REACT_APP_TEST_BOT_ID || "BOT_ID_HERE",
Expand All @@ -22,20 +20,12 @@ const config: HeadlessConfig = {
internalUser: true,
},
},
saveToLocalStorage: true,
};

function App() {
return (
<div className="App">
<ChatHeadlessProvider
config={config}
clients={{
agent: provideChatCoreZendesk({
integrationId: "65f4a281e2bab7777482db6d",
}),
}}
>
<ChatHeadlessProvider config={config}>
<ChatComponent />
</ChatHeadlessProvider>
</div>
Expand Down

0 comments on commit ead1219

Please sign in to comment.