Skip to content

Commit

Permalink
add commentsWidget to task completion layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Nov 28, 2023
1 parent 404dde2 commit cc5dda2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import messages from './Messages'
const descriptor = {
widgetKey: 'CommentsWidget',
label: messages.label,
targets: [WidgetDataTarget.challenges, WidgetDataTarget.challenge],
targets: [WidgetDataTarget.challenges, WidgetDataTarget.challenge, WidgetDataTarget.task],
minWidth: 3,
defaultWidth: 4,
defaultHeight: 12,
Expand Down

0 comments on commit cc5dda2

Please sign in to comment.