Skip to content

Commit f83d6c9

Browse files
authored
Merge pull request #12 from HelpChat/fix-essentials
2 parents f27f21a + fd393f1 commit f83d6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/converters/chatchat/essentialschat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Home: NextPage = () => (
4545
};
4646
}
4747
return ChatChatEssentialsChatConverter.convert({
48-
essentials: config.config ?? {},
48+
essentials: config.essentials ?? {},
4949
language: propertiesConfig ?? {},
5050
});
5151
}}

0 commit comments

Comments
 (0)