Skip to content

Commit fca7f9a

Browse files
committed
Try this
1 parent 4df5e1e commit fca7f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/chat/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ const Chat = () => {
113113

114114
useEffect(() => {
115115
if (!appStateContext?.state.isLoading) {
116-
setLogo(ui?.chat_logo || ui?.logo || Contoso)
117116
setErrorMsg({
118117
title: 'Looks like we made it!',
119118
subtitle: 'This is a test.'
120119
})
121120
toggleErrorDialog()
121+
setLogo(ui?.chat_logo || ui?.logo || Contoso)
122122
}
123123
}, [appStateContext?.state.isLoading])
124124

0 commit comments

Comments
 (0)