Fixed lint

This commit is contained in:
Rishabh 2022-08-11 11:35:22 +05:30 committed by Rishabh Garg
parent 728b2d36e1
commit c51edc19d9
2 changed files with 3 additions and 1 deletions

View File

@ -945,3 +945,5 @@ remove|ember-template-lint|no-invalid-interactive|6|8|6|8|94046126dd697b080aa162
remove|ember-template-lint|no-passed-in-event-handlers|26|12|26|12|4ad1176b9a4bb23d79114735b478240166113502|1658102400000|1668474000000|1673658000000|app/components/gh-koenig-editor.hbs
remove|ember-template-lint|no-passed-in-event-handlers|28|12|28|12|7ffe0a55c81efcfcd46880a930fa69bee73835b3|1658102400000|1668474000000|1673658000000|app/components/gh-koenig-editor.hbs
remove|ember-template-lint|no-whitespace-within-word|80|20|80|20|5ec988f82d06bb76be61f23dbb9cb65f94326f34|1658102400000|1668474000000|1673658000000|app/components/modal-markdown-help.hbs
remove|ember-template-lint|table-groups|29|12|29|12|49e0fad85b643b6129963e49b6b5a37ccbd9796c|1658102400000|1668474000000|1673658000000|app/templates/offers.hbs
add|ember-template-lint|table-groups|29|12|29|12|5e48c01ff0ffa6804cd43bb95ef5ab978a1be2d5|1660176000000|1670544000000|1675728000000|app/templates/offers.hbs

View File

@ -86,7 +86,7 @@
@placeholder=""
@disabled={{this.isDiscountSectionDisabled}}
@value={{readonly this.offer.amount}}
@input={{this.setTrialDuration}}
{{on "input" this.setTrialDuration}}
@id="trial-duration"
@class="gh-input"
/>