244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
8 lines
157 B
Handlebars
8 lines
157 B
Handlebars
{{title "Run a job"}}
|
|
<section class="section">
|
|
<JobEditor
|
|
@job={{this.model}}
|
|
@context="new"
|
|
@onSubmit={{action this.onSubmit}} />
|
|
</section>
|