mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-18 11:40:48 +08:00
Change typings & refactor FlaggableElement
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user