Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
eslint
Dieser Commit ist enthalten in:
Ursprung
8cbc8745b9
Commit
3add43e81b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -60,12 +60,12 @@ export default Component.extend({
|
||||||
|
|
||||||
@discourseComputed("subscription")
|
@discourseComputed("subscription")
|
||||||
customFieldTypes(subscription) {
|
customFieldTypes(subscription) {
|
||||||
return generateContent("type", this.subscription);
|
return generateContent("type", subscription);
|
||||||
},
|
},
|
||||||
|
|
||||||
@discourseComputed("subscription")
|
@discourseComputed("subscription")
|
||||||
customFieldKlasses(subscription) {
|
customFieldKlasses(subscription) {
|
||||||
return generateContent("klass", this.subscription);
|
return generateContent("klass", subscription);
|
||||||
},
|
},
|
||||||
|
|
||||||
@observes("field.klass")
|
@observes("field.klass")
|
||||||
|
|
Laden …
In neuem Issue referenzieren