mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Fixed lint
This commit is contained in:
parent
728b2d36e1
commit
c51edc19d9
@ -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
|
||||
|
@ -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"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user