Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Specify left pane (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMichaelSmith committed Jul 10, 2021
1 parent 853bbf2 commit ff9e38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/crowdsourcing/tasks/model_chat/frontend/main.js
Expand Up @@ -31,7 +31,7 @@ function MainApp() {
renderSidePane={({ mephistoContext: { taskConfig }, appContext: { taskContext } }) => (
<DefaultTaskDescription
chatTitle={taskConfig.chat_title}
taskDescriptionHtml={taskConfig.task_description}
taskDescriptionHtml={taskConfig.left_pane_text}
>
{(taskContext.hasOwnProperty('image_src') && taskContext['image_src']) ? (
<div>
Expand Down

0 comments on commit ff9e38b

Please sign in to comment.