Skip to content

Commit

Permalink
fix passing task category prop to plain text modal
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jan 31, 2024
1 parent 42167ad commit bfb7cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export async function openAssistantPlainTextResult(metaTask) {
const view = new View({
propsData: {
output: metaTask.output ?? '',
taskType: metaTask.category,
taskCategory: metaTask.category,
},
}).$mount(modalElement)

Expand Down

0 comments on commit bfb7cf2

Please sign in to comment.