Change typings & refactor FlaggableElement

This commit is contained in:
klotske
2023-01-12 16:10:05 +03:00
parent d8328807f4
commit 82a60ef904
7 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export const LabelTask = ({
</Box>
) : (
<Box mt="4">
<MessageView text={task.prompt} is_assistant={false} message_id={task.message_id} />
<MessageView text={task.prompt} is_assistant={false} id={task.message_id} />
</Box>
)}
</>