Skip to content

Commit

Permalink
DEV: linting arguments in templates (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux authored Apr 24, 2024
1 parent cbf3f3a commit 62563bf
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 @@ export default class TopicAssignments extends Component {
</div>
<Assignment
@assignment={{this.selectedAssignment}}
@onSubmit={{this.args.onSubmit}}
@onSubmit={{@onSubmit}}
@showValidationErrors={{false}}
/>
</template>
Expand Down

0 comments on commit 62563bf

Please sign in to comment.