Skip to content

Commit 2850246

Browse files
authored
Merge pull request #809 from mathematicalthinking/submissionsUpgrade
further debugging
2 parents a05f27a + 569e01a commit 2850246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/workspace-submission.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
{{#if this.canSelect}}
1919
<div class='submission-row-item toggle-selecting'>
2020
<label class='makingSelection'>
21-
<Input
21+
<input
2222
name='is-selecting'
23-
@type='checkbox'
24-
@checked={{this.shouldCheck}}
23+
type='checkbox'
24+
checked={{this.shouldCheck}}
2525
{{on 'click' this.toggleSelecting}}
2626
/>
2727
Selecting

0 commit comments

Comments
 (0)