Skip to content

Commit

Permalink
Use correct field for questions in task table
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Oct 29, 2024
1 parent 6804aa7 commit e9ceaae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function TaskSelectionTable({ tasks, setChecked, selectedTasks }) {
flex: 2,
},
{
field: "questions",
field: "n_questions",
headerName: "# Questions",
flex: 1,
},
Expand Down

0 comments on commit e9ceaae

Please sign in to comment.