Skip to content

Commit

Permalink
fix(form): fix eslint formatting in label-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tstoppe89 committed Jan 6, 2025
1 parent ee684d3 commit 7c76a2a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ module("Integration | Component | cf-field/label", function (hooks) {

await render(
hbs`<CfField::Label
@field={{this.field}}
@useMandatoryAsterisk={{this.useMandatoryAsterisk}}
/>`,
@field={{this.field}}
@useMandatoryAsterisk={{this.useMandatoryAsterisk}}
/>`,
);

this.set("field.question.raw.isRequired", "false");
Expand Down

0 comments on commit 7c76a2a

Please sign in to comment.