Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 723a8b2

Browse files
author
Srinaath Ravichandran
committed
Merge conflicts resolved
Signed-off-by: Srinaath Ravichandran <[email protected]>
1 parent 6ae438e commit 723a8b2

2 files changed

Lines changed: 11 additions & 35 deletions

File tree

package-lock.json

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app/client/src/ui/editor/emulator/parts/chat/chat.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,11 @@ export class Chat extends PureComponent<ChatProps, ChatState> {
8080
mode,
8181
webchatStore,
8282
webSpeechPonyfillFactory,
83-
restartStatus,
8483
} = this.props;
8584

86-
<<<<<<< HEAD
8785
const currentUser = { id: currentUserId, name: 'User' };
8886
const isDisabled =
8987
mode === 'transcript' || mode === 'debug' || this.props.restartStatus === RestartConversationStatus.Started;
90-
=======
91-
const isDisabled = mode === 'transcript' || mode === 'debug' || restartStatus === RestartConversationStatus.Started;
92-
>>>>>>> PR feedback addressed
9388

9489
// Due to needing to make idiosyncratic style changes, Emulator is using `createStyleSet` instead of `createStyleOptions`. The object below: {...webChatStyleOptions, hideSendBox...} was formerly passed into the `styleOptions` parameter of React Web Chat. If further styling modifications are desired using styleOptions, simply pass it into the same object in createStyleSet below.
9590

0 commit comments

Comments
 (0)