Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix(report-row): assign passed attributes to row
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Dec 16, 2022
1 parent 6d62c65 commit 7f52475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/report-row/template.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#let (changeset @report this.ReportValidations) as |cs|}}
<form class="form-list-row" title={{this.title}}>
<form ...attributes class="form-list-row" title={{this.title}}>
<TaskSelection
@disabled={{not this.editable}}
@task={{cs.task}}
Expand Down

0 comments on commit 7f52475

Please sign in to comment.